diff src/exif.c @ 1422:91bed0d66cf2

gint -> gboolean and tidy up.
author zas_
date Thu, 12 Mar 2009 22:35:45 +0000
parents fe4da037be21
children c776b1310ca6
line wrap: on
line diff
--- a/src/exif.c	Thu Mar 12 21:27:13 2009 +0000
+++ b/src/exif.c	Thu Mar 12 22:35:45 2009 +0000
@@ -607,7 +607,7 @@
 	return g_strdup(_(item->marker->description));
 }
 
-const gchar *exif_item_get_format_name(ExifItem *item, gint brief)
+const gchar *exif_item_get_format_name(ExifItem *item, gboolean brief)
 {
 	if (!item || !item->marker) return NULL;
 	return (brief) ? ExifFormatList[item->format].short_name : ExifFormatList[item->format].description;