summaryrefslogtreecommitdiffstats
path: root/libao2/pl_surround.c
diff options
context:
space:
mode:
Diffstat (limited to 'libao2/pl_surround.c')
-rw-r--r--libao2/pl_surround.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libao2/pl_surround.c b/libao2/pl_surround.c
index d351342bb8..e0e6e52570 100644
--- a/libao2/pl_surround.c
+++ b/libao2/pl_surround.c
@@ -79,7 +79,7 @@ typedef struct pl_surround_s
static pl_surround_t pl_surround={0,20,NULL,NULL,NULL,0,0,NULL,0,0,0};
// to set/get/query special features/parameters
-static int control(int cmd,int arg){
+static int control(int cmd,void *arg){
switch(cmd){
case AOCONTROL_PLUGIN_SET_LEN:
if (pl_surround.passthrough) return CONTROL_OK;