Sat, 29 Sep 2007 20:49:34 +0000
void functions shouldn't 'return'. Thanks tmcmahon2. Fixes #3151 (gntconv.c fails to compile in Solaris 9)
--- 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