rename 'Timer' to 'struct timer'
This commit is contained in:

committed by
Max Kellermann

parent
4428894aba
commit
310895f060
@@ -102,7 +102,7 @@ fluidsynth_file_decode(struct decoder *decoder, const char *path_fs)
|
||||
fluid_player_t *player;
|
||||
char *path_dup;
|
||||
int ret;
|
||||
Timer *timer;
|
||||
struct timer *timer;
|
||||
enum decoder_command cmd;
|
||||
|
||||
soundfont_path =
|
||||
|
Reference in New Issue
Block a user