diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-28 06:21:26 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-28 06:21:26 +0200 |
commit | 0c8fbeff8c373f7e6fdd9264527f7426c44c3d2b (patch) | |
tree | 9480a8604899f5458f965ffe7be9eb7079bb59fa /src/libgamma-error.h | |
parent | info: errors (diff) | |
download | libgamma-0c8fbeff8c373f7e6fdd9264527f7426c44c3d2b.tar.gz libgamma-0c8fbeff8c373f7e6fdd9264527f7426c44c3d2b.tar.bz2 libgamma-0c8fbeff8c373f7e6fdd9264527f7426c44c3d2b.tar.xz |
fix some sloppyness
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/libgamma-error.h')
-rw-r--r-- | src/libgamma-error.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libgamma-error.h b/src/libgamma-error.h index 1edbfcc..1698e5f 100644 --- a/src/libgamma-error.h +++ b/src/libgamma-error.h @@ -101,14 +101,14 @@ extern const char* libgamma_group_name; #define LIBGAMMA_GAMMA_RAMP_SIZE_CHANGED (-12) /** - * The specified ramp sizes are not identical which is required by the adjustment method - * (Only returned in debug mode). + * The specified ramp sizes are not identical which is required by the adjustment method. + * (Only returned in debug mode.) */ #define LIBGAMMA_MIXED_GAMMA_RAMP_SIZE (-13) /** - * The specified ramp sizes are not supported by the adjustment method - * (Only returned in debug mode). + * The specified ramp sizes are not supported by the adjustment method. + * (Only returned in debug mode.) */ #define LIBGAMMA_WRONG_GAMMA_RAMP_SIZE (-14) |