From: Kaj-Michael Lang Date: Mon, 3 Sep 2007 09:45:50 +0000 (+0300) Subject: Use correct type. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6653075b66a60ceb839b5a2f094eaa7334df67a;p=mapper Use correct type. --- diff --git a/src/map.c b/src/map.c index 2803474..cf070b6 100644 --- a/src/map.c +++ b/src/map.c @@ -527,7 +527,7 @@ return FALSE; * Draw given pixbuf on map, centered on x,y */ void -map_draw_pixbuf(guint unitx, guint unity, GdkPixmap *p) +map_draw_pixbuf(guint unitx, guint unity, GdkPixbuf *p) { gint x,y; x = unit2bufx(unitx);