diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-04 05:33:39 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-04 05:33:39 +0200 |
commit | 9b0528da1d8f07b8577f1e5758d4f581fc444af5 (patch) | |
tree | a564fcf9ce8c2e14c419caafce6de4eaebef7c80 | |
parent | undef __attribute__ at end of files (diff) | |
download | libgamma-9b0528da1d8f07b8577f1e5758d4f581fc444af5.tar.gz libgamma-9b0528da1d8f07b8577f1e5758d4f581fc444af5.tar.bz2 libgamma-9b0528da1d8f07b8577f1e5758d4f581fc444af5.tar.xz |
stylo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | src/lib/libgamma-method.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libgamma-method.h b/src/lib/libgamma-method.h index d329be8..5f9cc1f 100644 --- a/src/lib/libgamma-method.h +++ b/src/lib/libgamma-method.h @@ -89,7 +89,7 @@ /** * The index of the last gamma method, neither it * nor any index before it may actually be supported - * as it could have been disabled at compile-time + * as it could have been disabled at compile-time. */ #define LIBGAMMA_METHOD_MAX 5 |