summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--expac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/expac.c b/expac.c
index 7c60189..55bd263 100644
--- a/expac.c
+++ b/expac.c
@@ -85,7 +85,7 @@ static char *strtrim(char *str) {
return str;
}
-static int alpm_init() {
+static int alpm_init(void) {
int ret = 0;
FILE *fp;
char line[PATH_MAX];