diff options
| author | Ray <[email protected]> | 2021-04-22 18:55:24 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-04-22 18:55:24 +0200 |
| commit | dcf52c132fb0ca28f37dae9d957155e2541df812 (patch) | |
| tree | b6c263e59daba00fc33badd0a45fa6756d5df14c /examples/others/raudio_standalone.c | |
| parent | f92ee46d86b5a0cfb05c10b0c31fb966a4784b44 (diff) | |
| download | raylib-dcf52c132fb0ca28f37dae9d957155e2541df812.tar.gz raylib-dcf52c132fb0ca28f37dae9d957155e2541df812.zip | |
Remove trail spaces
Diffstat (limited to 'examples/others/raudio_standalone.c')
| -rw-r--r-- | examples/others/raudio_standalone.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/others/raudio_standalone.c b/examples/others/raudio_standalone.c index 42a336ec..2c2636f6 100644 --- a/examples/others/raudio_standalone.c +++ b/examples/others/raudio_standalone.c @@ -15,7 +15,7 @@ * * COMPILATION: * gcc -o raudio_standalone.exe raudio_standalone.c ..\..\src\raudio.c / -* -I..\..\src -I..\..\src\external -L. -Wall -std=c99 -DRAUDIO_STANDALONE / +* -I..\..\src -I..\..\src\external -L. -Wall -std=c99 -DRAUDIO_STANDALONE / * -DSUPPORT_FILEFORMAT_WAV -DSUPPORT_FILEFORMAT_OGG -DSUPPORT_FILEFORMAT_MP3 * * LICENSE: zlib/libpng @@ -96,7 +96,7 @@ int main(int argc, char *argv[]) if ((key == 's') || (key == 'S')) PlaySound(fxWav); if ((key == 'd') || (key == 'D')) PlaySound(fxOgg); - + key = 0; UpdateMusicStream(music); |
