summaryrefslogtreecommitdiff
path: root/libtwin/twin_jpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtwin/twin_jpeg.c')
-rw-r--r--libtwin/twin_jpeg.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libtwin/twin_jpeg.c b/libtwin/twin_jpeg.c
index 48574e8..273dbf7 100644
--- a/libtwin/twin_jpeg.c
+++ b/libtwin/twin_jpeg.c
@@ -33,12 +33,11 @@
#include "twin_jpeg.h"
-
#if BITS_IN_JSAMPLE != 8
#error supports only libjpeg with 8 bits per sample
#endif
-#if 1
+#if 0
#define DEBUG(fmt...) printf(fmt)
#else
#define DEBUG(fmt...)