aboutsummaryrefslogtreecommitdiffstats
path: root/gpgme/debug.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--gpgme/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpgme/debug.h b/gpgme/debug.h
index bdeaebcb..4bc42cfa 100644
--- a/gpgme/debug.h
+++ b/gpgme/debug.h
@@ -51,7 +51,7 @@ void _gpgme_debug_end (void **helper);
#define DEBUG_END(hlp, fmt, arg...) \
_gpgme_debug_add (&(hlp), fmt , ##arg); \
_gpgme_debug_end (&(hlp))
-#elsif 0
+#elif 0
/* Only works in C99. */
#define DEBUG0(fmt) \
_gpgme_debug (1, "%s:%s: " fmt, __FILE__, XSTRINGIFY (__LINE__))