diff options
author | Wohlstand <admin@wohlnet.ru> | 2017-11-17 02:52:06 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2017-11-17 02:52:06 +0300 |
commit | b0d6082900c3ea37b36afe190e0bb3b3e67c9899 (patch) | |
tree | 371f3f7ed75454c60bab949b3ea2aa000ffa4723 /src/adlmidi_load.cpp | |
parent | 456487e8afb15bc4c40b9bcab023f4467f0868b1 (diff) | |
download | libADLMIDI-b0d6082900c3ea37b36afe190e0bb3b3e67c9899.tar.gz libADLMIDI-b0d6082900c3ea37b36afe190e0bb3b3e67c9899.tar.bz2 libADLMIDI-b0d6082900c3ea37b36afe190e0bb3b3e67c9899.zip |
Tiny beautifying, again
Diffstat (limited to 'src/adlmidi_load.cpp')
-rw-r--r-- | src/adlmidi_load.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/adlmidi_load.cpp b/src/adlmidi_load.cpp index ad184e4..fefc80c 100644 --- a/src/adlmidi_load.cpp +++ b/src/adlmidi_load.cpp @@ -458,7 +458,7 @@ riffskip: fr.seek(0, SEEK_END); size_t mus_len = fr.tell(); fr.seek(0, SEEK_SET); - uint8_t *mus = (uint8_t *)malloc(mus_len); + uint8_t *mus = (uint8_t*)malloc(mus_len); if(!mus) { errorStringOut = "Out of memory!"; |