changeset 20718:803f0ee0c231

void functions shouldn't 'return'. Thanks tmcmahon2. Fixes #3151 (gntconv.c fails to compile in Solaris 9)
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 29 Sep 2007 20:49:34 +0000
parents 7281d72e316a
children 2354c9748a66 217d520f7edb fb74c6f7eb6b
files finch/gntconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/finch/gntconv.c	Sat Sep 29 20:13:51 2007 +0000
+++ b/finch/gntconv.c	Sat Sep 29 20:49:34 2007 +0000
@@ -959,7 +959,7 @@
 {
 	FinchConv *fc = FINCH_CONV(conv);
 	if (fc && fc->window)
-		return gnt_window_present(fc->window);
+		gnt_window_present(fc->window);
 }
 
 static gboolean