tSilence compiler warning. - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 5c6aa098db8efd634da95d1777f0b7a3f3b4cd4c
 (DIR) parent f8daeceb59724f946833c5e3395995f4cc40b5bb
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Tue,  3 Sep 2002 11:38:45 +0000
       
       Silence compiler warning.
       
       
       Diffstat:
         M src/gtkport/gtkport.c               |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/gtkport/gtkport.c b/src/gtkport/gtkport.c
       t@@ -999,7 +999,7 @@ static BOOL HandleWinMessage(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam,
              if (GTK_OBJECT(widget)->klass == &GtkLabelClass) {
                SetBkMode(hDC, TRANSPARENT);
                *dodef = FALSE;
       -        return GetStockObject(NULL_BRUSH);
       +        return (gboolean)GetStockObject(NULL_BRUSH);
              }
            }
            break;