diff src/format_raw.c @ 1003:4bfee4a63f86

const gpointer -> gconstpointer.
author zas_
date Wed, 27 Aug 2008 16:40:21 +0000
parents 3096a47232ec
children 1646720364cf
line wrap: on
line diff
--- a/src/format_raw.c	Tue Aug 26 22:37:18 2008 +0000
+++ b/src/format_raw.c	Wed Aug 27 16:40:21 2008 +0000
@@ -42,7 +42,7 @@
 	const gchar *extension;
 	FormatRawMatchType magic_type;
 	const guint magic_offset;
-	const gpointer magic_pattern;
+	gconstpointer magic_pattern;
 	const guint magic_length;
 	const FormatRawExifType exif_type;
 	FormatRawExifParseFunc exif_func;
@@ -67,7 +67,7 @@
 typedef struct _FormatExifEntry FormatExifEntry;
 struct _FormatExifEntry {
 	FormatExifMatchType header_type;
-	const gpointer header_pattern;
+	gconstpointer header_pattern;
 	const guint header_length;
 	const gchar *description;
 	FormatExifParseFunc func_parse;