diff options
Diffstat (limited to 'examples/playit-null.c')
-rw-r--r-- | examples/playit-null.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/playit-null.c b/examples/playit-null.c index f256e0a..9a80b86 100644 --- a/examples/playit-null.c +++ b/examples/playit-null.c @@ -41,7 +41,7 @@ _fail: } -int main(int argc, const char *argv[]) +int main(int argc, char *argv[]) { song_t *song; uint8_t buf[8192]; |