From 789c5ae4dfa476e433aab3877393a73bfdd31e64 Mon Sep 17 00:00:00 2001 From: aldot Date: Mon, 3 Apr 2006 15:46:14 +0000 Subject: - make append_option and multiconvert static. git-svn-id: svn://busybox.net/trunk/busybox@14738 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- coreutils/printf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils/printf.c') diff --git a/coreutils/printf.c b/coreutils/printf.c index 706fd9c45..93b142765 100644 --- a/coreutils/printf.c +++ b/coreutils/printf.c @@ -54,7 +54,7 @@ static void print_direc (char *start, size_t length, int field_width, int precision, char *argument); typedef int (*converter)(char *arg, void *result); -void multiconvert(char *arg, void *result, converter convert) +static void multiconvert(char *arg, void *result, converter convert) { char s[16]; if (*arg == '"' || *arg == '\'') { -- cgit v1.2.3-55-g6feb