Mercurial > SDL_sound_CoreAudio
changeset 191:fbb6101ea4b4
Fixed a small typo.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 30 Dec 2001 23:18:33 +0000 |
parents | aa0f8b5d2dac |
children | 5b311ffabe45 |
files | CHANGELOG |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGELOG Sun Dec 30 23:10:01 2001 +0000 +++ b/CHANGELOG Sun Dec 30 23:18:33 2001 +0000 @@ -62,7 +62,7 @@ 10082001 - Restructured decoders/wav.c to allow for multiple formats, and put the start of a handler for the ADPCM format in place. 10072001 - Changed the way decoders/mod.c handles samplerate so that it should - work universally. This isn't an idea solution, but it's probably + work universally. This isn't an ideal solution, but it's probably the best we can do without rewriting mikmod. Made a change to ogg.c for portability: changed an int64_t to ogg_int64_t. 10062001 - Made a change to SDL_sound.c for compiling on non-GNU toolchains.