# HG changeset patch # User Ryan C. Gordon # Date 1009754313 0 # Node ID fbb6101ea4b47878f35369295203594addb662cd # Parent aa0f8b5d2dac8c10489b8434d6043844d8a9c7ee Fixed a small typo. diff -r aa0f8b5d2dac -r fbb6101ea4b4 CHANGELOG --- 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.