diff options
Diffstat (limited to 'intro_gui.c')
-rw-r--r-- | intro_gui.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/intro_gui.c b/intro_gui.c index 9c415d0d8..f674dbb26 100644 --- a/intro_gui.c +++ b/intro_gui.c @@ -156,7 +156,7 @@ static const Widget _ask_abandon_game_widgets[] = { { WIDGETS_END }, }; -static void AskAbandonGameWndProc(Window* w, WindowEvent* e) +static void AskAbandonGameWndProc(Window *w, WindowEvent *e) { switch (e->event) { case WE_PAINT: @@ -220,7 +220,7 @@ static const Widget _ask_quit_game_widgets[] = { { WIDGETS_END }, }; -static void AskQuitGameWndProc(Window* w, WindowEvent* e) +static void AskQuitGameWndProc(Window *w, WindowEvent *e) { switch (e->event) { case WE_PAINT: |