@@ -30,7 +30,7 @@
#include "SDL.h"
-struct
+static struct
{
SDL_AudioSpec spec;
Uint8 *sound; /* Pointer to wave data */
@@ -25,7 +25,7 @@
#include <signal.h>
#endif