diff options
| author | raysan5 <[email protected]> | 2021-03-31 17:55:46 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-03-31 17:55:46 +0200 |
| commit | 8f1d81df0ff80ac8c0855af755f5ba2abe827e53 (patch) | |
| tree | c055240a09fb54d61c416d11ba288c33bd5f3eed /src/raudio.c | |
| parent | 3d1a05d588274536c35f1e667eb65f07e7e0d559 (diff) | |
| download | raylib-8f1d81df0ff80ac8c0855af755f5ba2abe827e53.tar.gz raylib-8f1d81df0ff80ac8c0855af755f5ba2abe827e53.zip | |
Review code formatting
Diffstat (limited to 'src/raudio.c')
| -rw-r--r-- | src/raudio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raudio.c b/src/raudio.c index a15ca71e..d616fba9 100644 --- a/src/raudio.c +++ b/src/raudio.c @@ -1429,7 +1429,7 @@ Music LoadMusicStreamFromMemory(const char *fileType, unsigned char* data, int d { ctxMod->modfilesize = dataSize; ctxMod->modfile = newData; - if(jar_mod_load(ctxMod, (void*)ctxMod->modfile, dataSize)) result = dataSize; + if (jar_mod_load(ctxMod, (void *)ctxMod->modfile, dataSize)) result = dataSize; } if (result > 0) |
