*** empty log message ***
authorLutz Mueller <lutz.s.mueller@gmail.com>
Thu, 29 Aug 2002 21:47:53 +0000 (23:47 +0200)
committerLutz Mueller <lutz.s.mueller@gmail.com>
Thu, 29 Aug 2002 21:47:53 +0000 (23:47 +0200)
libexif/exif-data.c

index f854124..560603c 100644 (file)
@@ -32,7 +32,7 @@
 #undef MAX
 #define MAX(a, b)  (((a) > (b)) ? (a) : (b))
 
-#define DEBUG
+//#define DEBUG
 
 static const unsigned char ExifHeader[] = {0x45, 0x78, 0x69, 0x66, 0x00, 0x00};