diff src/image.c @ 1000:4fe8f9656107

For the sake of consistency, use glib basic types everywhere.
author zas_
date Tue, 26 Aug 2008 22:22:51 +0000
parents 6ca2c5fd7b13
children fe82830ab8fd
line wrap: on
line diff
--- a/src/image.c	Tue Aug 26 21:19:33 2008 +0000
+++ b/src/image.c	Tue Aug 26 22:22:51 2008 +0000
@@ -209,7 +209,7 @@
 	ColorManProfileType screen_type;
 	const gchar *input_file;
 	const gchar *screen_file;
-	unsigned char *profile = NULL;
+	guchar *profile = NULL;
 	guint profile_len;
 
 	if (imd->cm) return FALSE;