From 5f9f255f77ddf22213594504179d54cf3a8407e6 Mon Sep 17 00:00:00 2001 From: Steel Titanium Date: Fri, 6 Dec 2019 17:10:14 -0500 Subject: [PATCH] Correct comment --- src/sdl/mixer_sound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sdl/mixer_sound.c b/src/sdl/mixer_sound.c index 0c1ccf9ce..369d04ced 100644 --- a/src/sdl/mixer_sound.c +++ b/src/sdl/mixer_sound.c @@ -1251,7 +1251,7 @@ boolean I_LoadSong(char *data, size_t len) #ifdef HAVE_OPENMPT /* - If the size of the data to be checked is bigger than the recommended size (> 2048) + If the size of the data to be checked is bigger than the recommended size (> 2048 bytes) Let's just set the probe size to the recommended size Otherwise let's give it the full data size */