mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-11 03:46:17 +01:00
win32: fix indentation
Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com> https://bugzilla.gnome.org/show_bug.cgi?id=762202
This commit is contained in:
parent
5be8cab966
commit
622748680c
@ -202,12 +202,12 @@ g_win32_error_message (gint error)
|
||||
if (msg != NULL)
|
||||
{
|
||||
nchars = wcslen (msg);
|
||||
|
||||
|
||||
if (nchars >= 2 && msg[nchars-1] == '\n' && msg[nchars-2] == '\r')
|
||||
msg[nchars-2] = '\0';
|
||||
|
||||
msg[nchars-2] = '\0';
|
||||
|
||||
retval = g_utf16_to_utf8 (msg, -1, NULL, NULL, NULL);
|
||||
|
||||
|
||||
LocalFree (msg);
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user