commit | 101a470068a62a70489797a3fdfa5084af80106e | [log] [tgz] |
---|---|---|
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Mon Apr 03 15:46:14 2006 +0000 |
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Mon Apr 03 15:46:14 2006 +0000 |
tree | c28409b129280e4572162b3459bacd88666b2433 | |
parent | ebd13558289657b3ee81be555ab194413ad7e023 [diff] [blame] |
- make append_option and multiconvert static.
diff --git a/coreutils/printf.c b/coreutils/printf.c index 706fd9c..93b1427 100644 --- a/coreutils/printf.c +++ b/coreutils/printf.c
@@ -54,7 +54,7 @@ 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 == '\'') {