aboutsummaryrefslogtreecommitdiffstats
path: root/demos/games/minesweeper/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/games/minesweeper/main.c')
-rw-r--r--demos/games/minesweeper/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/games/minesweeper/main.c b/demos/games/minesweeper/main.c
index 54b79743..dad36aaf 100644
--- a/demos/games/minesweeper/main.c
+++ b/demos/games/minesweeper/main.c
@@ -40,7 +40,7 @@ int main(void)
{
GEventMouse ev;
#if !MINES_SHOW_SPLASH
- font_t font;
+ gFont font;
#endif
gfxInit();