summaryrefslogtreecommitdiffstats
path: root/stream/cdinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/cdinfo.c')
-rw-r--r--stream/cdinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/cdinfo.c b/stream/cdinfo.c
index c3874771aa..4f576c98b9 100644
--- a/stream/cdinfo.c
+++ b/stream/cdinfo.c
@@ -20,7 +20,7 @@
*******************************************************************************************************************/
cd_info_t*
-cd_info_new() {
+cd_info_new(void) {
cd_info_t *cd_info = NULL;
cd_info = malloc(sizeof(cd_info_t));