aboutsummaryrefslogtreecommitdiffstats
path: root/src/libgamma-error.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-05-28 06:21:26 +0200
committerMattias Andrée <maandree@operamail.com>2014-05-28 06:21:26 +0200
commit0c8fbeff8c373f7e6fdd9264527f7426c44c3d2b (patch)
tree9480a8604899f5458f965ffe7be9eb7079bb59fa /src/libgamma-error.h
parentinfo: errors (diff)
downloadlibgamma-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.h8
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)