From 12751e3fc02e45da1198b82dadf83fe861ebfd1e Mon Sep 17 00:00:00 2001 From: drouin Date: Wed, 1 Sep 2004 15:54:51 +0000 Subject: replaced the gtk mainloop with a glib one. added -Wall compile directive . fixed some warnings --- src/list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/list.h') diff --git a/src/list.h b/src/list.h index 78eb07e..472d2fc 100644 --- a/src/list.h +++ b/src/list.h @@ -52,7 +52,7 @@ } #define IVY_LIST_ADD(list, p ) \ - if ( p = (TYPEOF(p)) (malloc( sizeof( *p ))))\ + if ((p = (TYPEOF(p)) (malloc( sizeof( *p ))))) \ { \ memset( p, 0 , sizeof( *p ));\ p->next = list; \ -- cgit v1.1