diff options
author | Mattias Andrée <maandree@kth.se> | 2016-08-06 01:25:15 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-08-06 01:25:15 +0200 |
commit | 12e672027424ed3294812d7b04ec1e820ef70a0b (patch) | |
tree | 9f79f82cc7f2e5cb033e5b45b757be64dfa26c92 /src/cg-gamma.c | |
parent | Add cg-gamma (diff) | |
download | cg-tools-12e672027424ed3294812d7b04ec1e820ef70a0b.tar.gz cg-tools-12e672027424ed3294812d7b04ec1e820ef70a0b.tar.bz2 cg-tools-12e672027424ed3294812d7b04ec1e820ef70a0b.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/cg-gamma.c')
-rw-r--r-- | src/cg-gamma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cg-gamma.c b/src/cg-gamma.c index 8d2ab0b..566fc89 100644 --- a/src/cg-gamma.c +++ b/src/cg-gamma.c @@ -77,7 +77,7 @@ static double bgamma = 1; /** * `NULL`-terminated list of output - * names list in the configuration file + * names listed in the configuration file */ static char** names = NULL; |