diff src/format_fuji.c @ 1453:bc3f5c0432f6

gint -> gboolean where applicable. The end (ouf!).
author zas_
date Mon, 16 Mar 2009 20:39:09 +0000
parents 8b89e3ff286b
children 956aab097ea7
line wrap: on
line diff
--- a/src/format_fuji.c	Mon Mar 16 19:11:39 2009 +0000
+++ b/src/format_fuji.c	Mon Mar 16 20:39:09 2009 +0000
@@ -39,8 +39,8 @@
  */
 
 
-gint format_fuji_raw(guchar *data, const guint len,
-		     guint *image_offset, guint *exif_offset)
+gboolean format_fuji_raw(guchar *data, const guint len,
+		         guint *image_offset, guint *exif_offset)
 {
 	guint io;
 	guint eo;
@@ -175,8 +175,8 @@
 
 
 
-gint format_fuji_makernote(ExifData *exif, guchar *tiff, guint offset,
-			   guint size, ExifByteOrder bo)
+gboolean format_fuji_makernote(ExifData *exif, guchar *tiff, guint offset,
+			       guint size, ExifByteOrder bo)
 {
 	guchar *data;
 	guint ifdstart;