comparison src/format_canon.c @ 1437:a3d3208b0c50

gint -> gboolean.
author zas_
date Sun, 15 Mar 2009 07:07:52 +0000
parents 8b89e3ff286b
children bc3f5c0432f6
comparison
equal deleted inserted replaced
1436:d7a6fb7a90dd 1437:a3d3208b0c50
93 } 93 }
94 94
95 static gint canon_cr2_tiff_table(guchar *data, const guint len, guint offset, ExifByteOrder bo, 95 static gint canon_cr2_tiff_table(guchar *data, const guint len, guint offset, ExifByteOrder bo,
96 guint *image_offset) 96 guint *image_offset)
97 { 97 {
98 gint jpeg_encoding = FALSE; 98 gboolean jpeg_encoding = FALSE;
99 guint count; 99 guint count;
100 guint i; 100 guint i;
101 101
102 if (len < offset + 2) return 0; 102 if (len < offset + 2) return 0;
103 103