# HG changeset patch # User Sadrul Habib Chowdhury # Date 1191098974 0 # Node ID 803f0ee0c2312643a3094f3e8426633f43c08bc4 # Parent 7281d72e316a9430af206eb20a91c354b0298c29 void functions shouldn't 'return'. Thanks tmcmahon2. Fixes #3151 (gntconv.c fails to compile in Solaris 9) diff -r 7281d72e316a -r 803f0ee0c231 finch/gntconv.c --- 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