summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/map/map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.c b/src/map/map.c
index fdc97e7..4f661af 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -1664,7 +1664,7 @@ static int map_readmap (int m, char *fn, char *alias)
size_t size;
// read & convert fn
- uint8_t gat = (uint8_t *)grfio_read (fn);
+ uint8_t *gat = (uint8_t *)grfio_read (fn);
if (gat == NULL)
return -1;