From 6082507fea5070cfa7846a4bc9b0c02706fbeee7 Mon Sep 17 00:00:00 2001 From: belugas Date: Wed, 26 Jul 2006 03:33:12 +0000 Subject: (svn r5609) CodeChange : Apply coding style --- intro_gui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'intro_gui.c') 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: -- cgit v1.2.3-54-g00ecf