summaryrefslogtreecommitdiffstats
path: root/stream/stream_vstream.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_vstream.c')
-rw-r--r--stream/stream_vstream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream_vstream.c b/stream/stream_vstream.c
index 6c2de6f49a..3bc096f71b 100644
--- a/stream/stream_vstream.c
+++ b/stream/stream_vstream.c
@@ -94,7 +94,7 @@ static int seek(stream_t *s,off_t newpos) {
return 1;
}
-static int control(struct stream *s,int cmd,void *arg) {
+static int control(struct stream *s, int cmd, void *arg) {
return STREAM_UNSUPPORTED;
}