Fix redefinition of local variable in gio/giowin32-private.c

This commit is contained in:
Loic Le Page 2022-01-19 18:44:48 +01:00 committed by Philip Withnall
parent 136dc8afff
commit 94264e6190

View File

@ -353,7 +353,6 @@ _g_win32_extract_executable (const gunichar2 *commandline,
gchar *dllpart_utf8;
gchar *dllpart_utf8_folded;
gchar *function_utf8;
gboolean folded;
const gunichar2 *space = g_utf16_wchr (function_begin, L' ');
if (space)