From f3cc2155ba93ffb370a86829c370e10c51e56094 Mon Sep 17 00:00:00 2001 From: Vitaly Novichkov Date: Sat, 21 Dec 2019 14:55:28 +0300 Subject: [PATCH] load_aiff.c: convert "?" into UTF-8 to avoid glitches in text editors --- src/codecs/load_aiff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/codecs/load_aiff.c b/src/codecs/load_aiff.c index e88b341c..1aee1957 100644 --- a/src/codecs/load_aiff.c +++ b/src/codecs/load_aiff.c @@ -23,7 +23,7 @@ externally-callable function is Mix_LoadAIFF_RW(), which is meant to act as identically to SDL_LoadWAV_RW() as possible. - This file by Torbjörn Andersson (torbjorn.andersson@eurotime.se) + This file by Torbjörn Andersson (torbjorn.andersson@eurotime.se) 8SVX file support added by Marc Le Douarain (mavati@club-internet.fr) in december 2002. */