summaryrefslogtreecommitdiff
path: root/examples/playit-sdl2.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/playit-sdl2.c')
-rw-r--r--examples/playit-sdl2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/playit-sdl2.c b/examples/playit-sdl2.c
index d1946ad..86cd55c 100644
--- a/examples/playit-sdl2.c
+++ b/examples/playit-sdl2.c
@@ -77,7 +77,7 @@ static void sdl2_close(SDL_AudioDeviceID dev)
}
-int main(int argc, const char *argv[])
+int main(int argc, char *argv[])
{
song_t *song;
uint8_t buf[8192];
© All Rights Reserved