summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/streams.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/streams.c')
-rw-r--r--src/emu/streams.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/streams.c b/src/emu/streams.c
index 4445e94c3f3..2628b40d5f6 100644
--- a/src/emu/streams.c
+++ b/src/emu/streams.c
@@ -144,7 +144,7 @@ struct _sound_stream
INT32 output_base_sampindex; /* sample at base of buffer, relative to the current emulated second */
/* callback information */
- stream_update_func callback; /* callback function */
+ stream_update_func callback; /* callback function */
void * param; /* callback function parameter */
};