Skip to content

Commit

Permalink
add missing parameter in function proto
Browse files Browse the repository at this point in the history
  • Loading branch information
falconindy committed Mar 21, 2011
1 parent 5fae8f2 commit fb09c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion expac.c
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit fb09c25

Please sign in to comment.