aboutsummaryrefslogtreecommitdiff
path: root/src/update_all.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/update_all.c')
-rw-r--r--src/update_all.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update_all.c b/src/update_all.c
index 79b653c..756f98f 100644
--- a/src/update_all.c
+++ b/src/update_all.c
@@ -32,7 +32,7 @@
#include "lua_state.h"
#include "vars.h"
-void update_all() {
+void update_all(void) {
init_lua_state();
cache_repos();
struct dirent* dirent_ptr;