aboutsummaryrefslogtreecommitdiffstats
path: root/libgamma_strerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgamma_strerror.c')
-rw-r--r--libgamma_strerror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgamma_strerror.c b/libgamma_strerror.c
index c252a49..77d4c89 100644
--- a/libgamma_strerror.c
+++ b/libgamma_strerror.c
@@ -20,7 +20,7 @@ libgamma_strerror(int error_code)
switch (error_code) {
#define X(NAME, DESC)\
case NAME:\
- desc = #NAME;\
+ desc = DESC;\
break;
LIST_ERRORS(X)
#undef X