diff src/format_olympus.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_olympus.c	Mon Mar 16 19:11:39 2009 +0000
+++ b/src/format_olympus.c	Mon Mar 16 20:39:09 2009 +0000
@@ -105,8 +105,8 @@
 	return exif_byte_get_int32(data + offset + count * EXIF_TIFD_SIZE, bo);
 }
 
-gint format_olympus_raw(guchar *data, const guint len,
-			guint *image_offset, guint *exif_offset)
+gboolean format_olympus_raw(guchar *data, const guint len,
+			    guint *image_offset, guint *exif_offset)
 {
 	guint i_off = 0;
 	guint e_off = 0;
@@ -294,8 +294,8 @@
 	EXIF_TEXT_LIST_END
 };
 
-gint format_olympus_makernote(ExifData *exif, guchar *tiff, guint offset,
-			      guint size, ExifByteOrder bo)
+gboolean format_olympus_makernote(ExifData *exif, guchar *tiff, guint offset,
+			          guint size, ExifByteOrder bo)
 {
 	guchar *data;
 	ExifItem *item;