From 0be9cb9aac9019c0ba8f2709e27b3534f5fcaa51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 24 Jan 2006 21:17:23 +0000 Subject: made all possible (well, most) functions "static" to not interfere with functions of the same name of other libraries svn path=/trunk/externals/zexy/; revision=4482 --- src/zexy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/zexy.c') diff --git a/src/zexy.c b/src/zexy.c index 16ab156..8be4386 100644 --- a/src/zexy.c +++ b/src/zexy.c @@ -118,7 +118,7 @@ static void zexy_help(void) static void *zexy_new(void) { t_zexy *x = (t_zexy *)pd_new(zexy_class); - return (void *)x; + return (x); } void z_zexy_setup(void); /* defined in z_zexy.c */ -- cgit v1.2.1