From b159832418dd6ac92229686e1ac6b23f0fe609cb Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 8 Oct 2008 10:49:16 +0200 Subject: notify: removed the "Notify" typedef Typedefs shouldn't be used, use the bare struct names instead. --- src/player_control.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/player_control.h') diff --git a/src/player_control.h b/src/player_control.h index fd2a5ca45..46b03a9ac 100644 --- a/src/player_control.h +++ b/src/player_control.h @@ -80,7 +80,7 @@ enum player_queue_state { struct player_control { unsigned int buffered_before_play; - Notify notify; + struct notify notify; volatile enum player_command command; volatile enum player_state state; volatile int8_t error; -- cgit v1.2.3