diff options
author | Dan McGee <dan@archlinux.org> | 2007-09-10 19:13:38 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-09-11 20:41:42 -0500 |
commit | 2f0de317b862e154f0b172da0668b887413cc55f (patch) | |
tree | 97435c2dd2608c793f5ccd144faef0d3aa78e0a9 /src/util/testpkg.c | |
parent | b2501950c7fca0b771fc79054d9592ea79753749 (diff) |
Make some small changes recommended by splint
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'src/util/testpkg.c')
-rw-r--r-- | src/util/testpkg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/testpkg.c b/src/util/testpkg.c index 53ae8322..71993bdc 100644 --- a/src/util/testpkg.c +++ b/src/util/testpkg.c @@ -27,7 +27,7 @@ #include <alpm.h> -void output_cb(pmloglevel_t level, char *fmt, va_list args) +static void output_cb(pmloglevel_t level, char *fmt, va_list args) { if(strlen(fmt)) { switch(level) { |