aboutsummaryrefslogtreecommitdiff
path: root/structs.h
diff options
context:
space:
mode:
authorKirill Petrashin <kirill8201@yandex.ru>2026-04-10 22:16:44 +0300
committerKirill Petrashin <kirill8201@yandex.ru>2026-04-10 22:16:44 +0300
commitd676ac91b1906f5de8695facb6b96bf0509e6e1f (patch)
tree5bfe0fb9e89721508202296e87acf7b53c9f011d /structs.h
parent221797b2506bc54483042b8a7beb0aa016f4f8e6 (diff)
downloadastar-d676ac91b1906f5de8695facb6b96bf0509e6e1f.tar.xz
Clean up trailing whitespaces
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;