diff --git a/test/loopwave.c b/test/loopwave.c index 09f6f5708..b04d39d0c 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 d61601232..473162215 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 */