aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/decoder_control.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/decoder_control.h b/src/decoder_control.h
index df0908477..9729396eb 100644
--- a/src/decoder_control.h
+++ b/src/decoder_control.h
@@ -55,8 +55,8 @@ struct decoder_control {
struct audio_format out_audio_format;
struct song *current_song;
- struct song *volatile next_song;
- volatile float total_time;
+ struct song *next_song;
+ float total_time;
};
extern struct decoder_control dc;