aboutsummaryrefslogtreecommitdiff
path: root/structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'structs.h')
-rw-r--r--structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.h b/structs.h
index fa8982b..801b1a6 100644
--- a/structs.h
+++ b/structs.h
@@ -27,7 +27,7 @@ enum Colors_e {
CURSOR_COLOR = 8,
};
-/* A map is a 2D array of MapTiles.
+/* A map is a 2D array of MapTiles.
* Use as map[row][column] */
typedef MapTile** Map;