diff src/image-load.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 68b0cb6ca8f0
line wrap: on
line diff
--- a/src/image-load.c	Tue Aug 26 21:19:33 2008 +0000
+++ b/src/image-load.c	Tue Aug 26 22:22:51 2008 +0000
@@ -237,8 +237,8 @@
 
 static gint image_loader_begin(ImageLoader *il)
 {
-	int b;
-	unsigned int offset = 0;
+	gint b;
+	guint offset = 0;
 
 	if (!il->loader || il->pixbuf) return FALSE;