aboutsummaryrefslogtreecommitdiffstats
path: root/src/stats.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/stats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stats.c b/src/stats.c
index 5f03874c3..a26976d31 100644
--- a/src/stats.c
+++ b/src/stats.c
@@ -28,7 +28,7 @@
Stats stats;
-void initStats() {
+void initStats(void) {
stats.daemonStart = time(NULL);
stats.numberOfSongs = 0;
}