From 62519f6110b60084ebfda126f6678e4db2b54c17 Mon Sep 17 00:00:00 2001 From: Bradley Smith Date: Sat, 8 Mar 2008 22:29:37 +0000 Subject: Correct Map and X11_Plugin types, and correct copyrights. Signed-off-by: Bradley Smith --- src/map.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/map.c b/src/map.c index 6dd1a28..16acc93 100644 --- a/src/map.c +++ b/src/map.c @@ -281,7 +281,8 @@ map_new_from_file (const gchar *map_file, gint num_rows, gint num_cols) if (stream != NULL) { - map = MAP (g_object_new (map_get_type (), "size", &size, NULL)); + /*map = MAP (g_object_new (map_get_type (), "size", &size, NULL));*/ + map = MAP(g_object_new (map_get_type(), "size", &size, NULL)); fload_map (map, stream); fclose (stream); cleanup_map (map); -- cgit v1.1