From e0376b157e81fc14ae33899d0cd37a5145b4fe0e Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Thu, 6 Jan 2022 09:01:13 +0200 Subject: [PATCH 40/40] audio_sdl.c: Update comments about gui-sdl to gui-sdl2 time See osdn #43552 Signed-off-by: Marko Lindqvist --- client/audio_sdl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/audio_sdl.c b/client/audio_sdl.c index 7317522544..32af02c66e 100644 --- a/client/audio_sdl.c +++ b/client/audio_sdl.c @@ -166,7 +166,7 @@ static void sdl_audio_wait(void) } /**********************************************************************//** - Quit SDL. If the video is still in use (by gui-sdl), just quit the + Quit SDL. If the video is still in use (by gui-sdl2), just quit the subsystem. This will need to be changed if SDL is used elsewhere. @@ -181,7 +181,7 @@ static void quit_sdl_audio(void) } /**********************************************************************//** - Init SDL. If the video is already in use (by gui-sdl), just init the + Init SDL. If the video is already in use (by gui-sdl2), just init the subsystem. This will need to be changed if SDL is used elsewhere. -- 2.34.1