aboutsummaryrefslogtreecommitdiff
path: root/src/zexy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/zexy.c')
-rw-r--r--src/zexy.c2
1 files changed, 1 insertions, 1 deletions
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 */