summaryrefslogtreecommitdiffstats
path: root/src/jplist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/jplist.c')
-rw-r--r--src/jplist.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/jplist.c b/src/jplist.c
index 8ed7398..047b423 100644
--- a/src/jplist.c
+++ b/src/jplist.c
@@ -66,7 +66,9 @@ void plist_json_deinit(void)
66 66
67void plist_json_set_debug(int debug) 67void plist_json_set_debug(int debug)
68{ 68{
69#ifdef DEBUG
69 plist_json_debug = debug; 70 plist_json_debug = debug;
71#endif
70} 72}
71 73
72#ifndef HAVE_STRNDUP 74#ifndef HAVE_STRNDUP