aboutsummaryrefslogtreecommitdiffstats
path: root/src/player_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/player_control.h')
-rw-r--r--src/player_control.h2
1 files changed, 1 insertions, 1 deletions
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;