From 0c8fbeff8c373f7e6fdd9264527f7426c44c3d2b Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 28 May 2014 06:21:26 +0200 Subject: fix some sloppyness MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/libgamma-error.h | 8 ++++---- 1 file 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) -- cgit v1.2.3-70-g09d2