[glib] Fix a bad void return. #588901
- From: Dan Winship <danw src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [glib] Fix a bad void return. #588901
- Date: Thu, 30 Jul 2009 15:21:32 +0000 (UTC)
commit 882e36106d7a5d04c29af87e4e9f7aa4bc3d5e08
Author: Dan Winship <danw gnome org>
Date: Thu Jul 30 11:18:35 2009 -0400
Fix a bad void return. #588901
gio/gtcpconnection.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gtcpconnection.c b/gio/gtcpconnection.c
index de1aa14..59f9c1b 100644
--- a/gio/gtcpconnection.c
+++ b/gio/gtcpconnection.c
@@ -327,7 +327,7 @@ g_tcp_connection_close_async (GIOStream *stream,
return;
}
- return G_IO_STREAM_CLASS (g_tcp_connection_parent_class)
+ G_IO_STREAM_CLASS (g_tcp_connection_parent_class)
->close_async (stream, io_priority, cancellable, callback, user_data);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]