player_control: fix shadow warning with older gcc

Older gcc versions complained about shadowed parameters in prototypes.
This commit is contained in:
Max Kellermann 2009-01-16 16:04:19 +01:00
parent 106bfaa726
commit b19a8505f4

View File

@ -80,7 +80,7 @@ struct player_control {
extern struct player_control pc;
void pc_init(unsigned int buffered_before_play);
void pc_init(unsigned int _buffered_before_play);
void pc_deinit(void);