mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
Fix redefinition of local variable in gio/giowin32-private.c
This commit is contained in:
committed by
Philip Withnall
parent
136dc8afff
commit
94264e6190
@@ -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)
|
||||
|
Reference in New Issue
Block a user