diff --git a/test/loopwave.c b/test/loopwave.c index 09f6f57088..b04d39d0c2 100644 --- a/test/loopwave.c +++ b/test/loopwave.c @@ -30,7 +30,7 @@ #include "SDL.h" -struct +static struct { SDL_AudioSpec spec; Uint8 *sound; /* Pointer to wave data */ diff --git a/test/loopwavequeue.c b/test/loopwavequeue.c index d616012328..4731622155 100644 --- a/test/loopwavequeue.c +++ b/test/loopwavequeue.c @@ -25,7 +25,7 @@ #include #endif -struct +static struct { SDL_AudioSpec spec; Uint8 *sound; /* Pointer to wave data */