diff options
Diffstat (limited to 'libbb/printf.c')
-rw-r--r-- | libbb/printf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/printf.c b/libbb/printf.c index 3e69331..3c438b2 100644 --- a/libbb/printf.c +++ b/libbb/printf.c @@ -46,7 +46,7 @@ #include <stdarg.h> #include "libbb.h" -#if defined(__UCLIBC__) +#if defined(__UCLIBC__) # if defined(__FLAG_ERROR) /* Using my newer stdio implementation. Unlocked macros are: |