summaryrefslogtreecommitdiffstats
path: root/libmpdemux/tvi_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/tvi_def.h')
-rw-r--r--libmpdemux/tvi_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/tvi_def.h b/libmpdemux/tvi_def.h
index 8e84ad1493..27b797c603 100644
--- a/libmpdemux/tvi_def.h
+++ b/libmpdemux/tvi_def.h
@@ -28,7 +28,7 @@ static tvi_functions_t functions =
get_audio_framesize
};
-static tvi_handle_t *new_handle()
+static tvi_handle_t *new_handle(void)
{
tvi_handle_t *h = (tvi_handle_t *)malloc(sizeof(tvi_handle_t));