From 15e1ce2e709e0a16dd54ea3b5eaab0003e32b62d Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Fri, 6 Jul 2007 12:11:55 -0400 Subject: Various small fixes as suggested by some static code checkers I ran flawfinder and sparse over the pacman source code and found a few things that were worth fixing (and were quick fixes). Signed-off-by: Dan McGee --- lib/libalpm/alpm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libalpm/alpm.h') diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index d1363803..a7fcb5c2 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -56,7 +56,7 @@ typedef struct __pmgraph_t pmgraph_t; * Library */ -int alpm_initialize(); +int alpm_initialize(void); int alpm_release(void); /* -- cgit v1.2.3-24-g4f1b