From f8f4a242b5a855d8ecf99934d7a8e570c3fa3727 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Thu, 6 Jan 2022 09:03:23 +0200 Subject: [PATCH 13/13] 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 8ab66e1e0f..13ceaaf943 100644 --- a/client/audio_sdl.c +++ b/client/audio_sdl.c @@ -171,7 +171,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. @@ -186,7 +186,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