aboutsummaryrefslogtreecommitdiff
path: root/sound/mixer.h
diff options
context:
space:
mode:
authorMax Horn2003-07-24 21:26:46 +0000
committerMax Horn2003-07-24 21:26:46 +0000
commitf086ab5a0517c1181e38d7e60d6a8593d7800db1 (patch)
tree732fa5818ab98b82a4d841fa6de98dc62d8e3802 /sound/mixer.h
parent09263a1febc4ff1adf69d81bf4d225340484df02 (diff)
downloadscummvm-rg350-f086ab5a0517c1181e38d7e60d6a8593d7800db1.tar.gz
scummvm-rg350-f086ab5a0517c1181e38d7e60d6a8593d7800db1.tar.bz2
scummvm-rg350-f086ab5a0517c1181e38d7e60d6a8593d7800db1.zip
whitespace
svn-id: r9181
Diffstat (limited to 'sound/mixer.h')
-rw-r--r--sound/mixer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mixer.h b/sound/mixer.h
index abc511ff71..c98f9d4af7 100644
--- a/sound/mixer.h
+++ b/sound/mixer.h
@@ -109,7 +109,7 @@ public:
int newStream(void *sound, uint32 size, uint rate, byte flags, uint32 buffer_size);
/** Append to an existing stream. */
- void appendStream(int index, void * sound, uint32 size);
+ void appendStream(int index, void *sound, uint32 size);
/** Mark a stream as finished - it will play all its remaining data, then stop. */
void endStream(int index);