From a6653075b66a60ceb839b5a2f094eaa7334df67a Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Mon, 3 Sep 2007 12:45:50 +0300 Subject: [PATCH] Use correct type. --- src/map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5