[wing] Remove double ;
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [wing] Remove double ;
- Date: Tue, 3 Mar 2020 08:46:26 +0000 (UTC)
commit f397e318f129b564356c56c2290bf361c2dbd1e9
Author: Ignacio Casal Quinteiro <qignacio amazon com>
Date: Tue Mar 3 09:44:45 2020 +0100
Remove double ;
wing/wingiocpoutputstream.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/wing/wingiocpoutputstream.c b/wing/wingiocpoutputstream.c
index 51f8891..e88525c 100644
--- a/wing/wingiocpoutputstream.c
+++ b/wing/wingiocpoutputstream.c
@@ -173,7 +173,7 @@ threadpool_io_completion (PTP_CALLBACK_INSTANCE instance,
}
else
{
- gchar *emsg = g_win32_error_message (result);;
+ gchar *emsg = g_win32_error_message (result);
g_task_return_new_error (task, G_IO_ERROR,
g_io_error_from_win32_error (result),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]