aboutsummaryrefslogtreecommitdiff
path: root/scumm/player_v1.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/player_v1.h')
-rw-r--r--scumm/player_v1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/player_v1.h b/scumm/player_v1.h
index ad10f09d61..9adada0097 100644
--- a/scumm/player_v1.h
+++ b/scumm/player_v1.h
@@ -58,7 +58,7 @@ protected:
void clear_channel(int i);
void chainSound(int nr, byte *data);
- void do_mix (int16 *buf, uint len);
+ void do_mix(int16 *buf, uint len);
void set_mplex(uint mplex);
void parseSpeakerChunk();