summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2011-03-21 14:31:05 -0400
committerDave Reisner <d@falconindy.com>2011-03-21 14:31:05 -0400
commitfb09c25368341dff53c64a1753f5835d0dac6058 (patch)
treee6bd6ff4440e5ad05d78432324518a3b954f7863
parent5fae8f246a438160e004762313863e4646aecf4c (diff)
downloadexpac-fb09c25368341dff53c64a1753f5835d0dac6058.tar.xz
add missing parameter in function proto
-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];