diff options
Diffstat (limited to 'src/printf.c')
-rw-r--r-- | src/printf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/printf.c b/src/printf.c index 836937e16..1ff15a934 100644 --- a/src/printf.c +++ b/src/printf.c @@ -78,7 +78,7 @@ static char *const cfcc_msg = /* The name this program was run with. */ char *program_name; -static void +void usage (int status) { if (status != 0) |