aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-05-21 16:08:07 +0200
committerMattias Andrée <maandree@operamail.com>2014-05-21 16:08:07 +0200
commitea271a9bacff900daec2ab0fcb70649846d97902 (patch)
tree900c8706f0cf588a44dcfb953aeac365b0398580 /src
parentadd function for listing available methods + add __attribute__((cold)) and __attribute__((hot)) (diff)
downloadlibgamma-ea271a9bacff900daec2ab0fcb70649846d97902.tar.gz
libgamma-ea271a9bacff900daec2ab0fcb70649846d97902.tar.bz2
libgamma-ea271a9bacff900daec2ab0fcb70649846d97902.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rw-r--r--src/libgamma-error.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libgamma-error.h b/src/libgamma-error.h
index acafacf..f506955 100644
--- a/src/libgamma-error.h
+++ b/src/libgamma-error.h
@@ -23,13 +23,13 @@
* The selected adjustment method does not exist
* or has been excluded at compile-time
*/
-#define LIBGAMMA_NO_SUCH_ADJUSTMENT_METHOD -1
+#define LIBGAMMA_NO_SUCH_ADJUSTMENT_METHOD -1
/**
* `errno` has be set with a standard error number
* to indicate the what has gone wrong
*/
-#define LIBGAMMA_ERRNO_SET -2
+#define LIBGAMMA_ERRNO_SET -2
#endif