diff src/exif-common.c @ 506:fc9c8a3e1a8b

Handle the newline in DEBUG_N() macro instead of adding one in each debug message string.
author zas_
date Thu, 24 Apr 2008 00:15:03 +0000
parents c7a2471e5c4e
children 135570a8bd96
line wrap: on
line diff
--- a/src/exif-common.c	Wed Apr 23 23:52:20 2008 +0000
+++ b/src/exif-common.c	Thu Apr 24 00:15:03 2008 +0000
@@ -644,7 +644,7 @@
 				}
 			memcpy(cp_data, data + chunk_offset[i], chunk_length[i]);
 			}
-		DEBUG_1("Found embedded icc profile in jpeg\n");
+		DEBUG_1("Found embedded icc profile in jpeg");
 		exif_add_jpeg_color_profile(exif, cp_data, cp_length);
 
 		return TRUE;