From efef92b6651e42a3447938e88dfff8533898eb87 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 23 Oct 2021 05:18:49 +0300 Subject: [PATCH 22/23] sdl2: Correct popup_unit_info() function header See osdn #42568 Signed-off-by: Marko Lindqvist --- client/gui-sdl2/helpdlg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/gui-sdl2/helpdlg.c b/client/gui-sdl2/helpdlg.c index d357fc1440..034462727b 100644 --- a/client/gui-sdl2/helpdlg.c +++ b/client/gui-sdl2/helpdlg.c @@ -611,7 +611,7 @@ static void redraw_unit_info_dlg(void) } /************************************************************************** - Show improvement info + Show unit type info **************************************************************************/ void popup_unit_info(Unit_type_id type_id) { -- 2.33.0