diff src/exiv2.cc @ 1422:91bed0d66cf2

gint -> gboolean and tidy up.
author zas_
date Thu, 12 Mar 2009 22:35:45 +0000
parents 10073464e6aa
children cd88fe4e5588
line wrap: on
line diff
--- a/src/exiv2.cc	Thu Mar 12 21:27:13 2009 +0000
+++ b/src/exiv2.cc	Thu Mar 12 22:35:45 2009 +0000
@@ -669,7 +669,7 @@
 	}
 }
 
-const char *exif_item_get_format_name(ExifItem *item, gint brief)
+const char *exif_item_get_format_name(ExifItem *item, gboolean brief)
 {
 	try {
 		if (!item) return NULL;