Fixed warnings if compiling loopwave programs with C++.

This commit is contained in:
Philipp Wiesemann
2017-02-19 21:05:42 +01:00
parent 7ffc9b62a7
commit 844198cfac
2 changed files with 2 additions and 2 deletions

View File

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