summaryrefslogtreecommitdiffstats
path: root/libmpdemux/network.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/network.c')
-rw-r--r--libmpdemux/network.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/network.c b/libmpdemux/network.c
index 5ec0c4c7f9..bd1c5e34e2 100644
--- a/libmpdemux/network.c
+++ b/libmpdemux/network.c
@@ -93,7 +93,7 @@ mime_struct_t mime_type_table[] = {
streaming_ctrl_t *
-streaming_ctrl_new( ) {
+streaming_ctrl_new(void) {
streaming_ctrl_t *streaming_ctrl;
streaming_ctrl = (streaming_ctrl_t*)malloc(sizeof(streaming_ctrl_t));
if( streaming_ctrl==NULL ) {