diff options
Diffstat (limited to 'libao2/ao_esd.c')
-rw-r--r-- | libao2/ao_esd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libao2/ao_esd.c b/libao2/ao_esd.c index 6f36662577..c7217088b9 100644 --- a/libao2/ao_esd.c +++ b/libao2/ao_esd.c @@ -74,7 +74,7 @@ static struct timeval esd_play_start; /* * to set/get/query special features/parameters */ -static int control(int cmd, int arg) +static int control(int cmd, void *arg) { esd_player_info_t *esd_pi; esd_info_t *esd_i; |