diff test/testwm.c @ 2179:8b76cc268771

Visual C++ compiler warning fixes
author Sam Lantinga <slouken@libsdl.org>
date Thu, 12 Jul 2007 06:53:20 +0000
parents 866052b01ee5
children 2032348afed1
line wrap: on
line diff
--- a/test/testwm.c	Thu Jul 12 06:31:36 2007 +0000
+++ b/test/testwm.c	Thu Jul 12 06:53:20 2007 +0000
@@ -175,7 +175,7 @@
     SDL_PushEvent(&event);
 }
 
-static int SDLCALL(*old_filterfunc) (void *, SDL_Event *);
+static int (SDLCALL *old_filterfunc) (void *, SDL_Event *);
 static void *old_filterdata;
 
 int SDLCALL