diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2014-04-17 01:43:15 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2014-04-17 01:43:15 +0000 |
| commit | f77d6662076f8f5dc3657be15ac6a55a0c504ec5 (patch) | |
| tree | 0d9ee26d5a96a025563964e6c6fc011c8754fa74 /usr.bin/printf/printf.c | |
| parent | be848c7a13013b0555c07bfe92892b5dd546163f (diff) | |
Notes
Diffstat (limited to 'usr.bin/printf/printf.c')
| -rw-r--r-- | usr.bin/printf/printf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/printf/printf.c b/usr.bin/printf/printf.c index 2368f184a5cc..8569f5f61a2d 100644 --- a/usr.bin/printf/printf.c +++ b/usr.bin/printf/printf.c @@ -61,13 +61,13 @@ static const char rcsid[] = #include <wchar.h> #ifdef SHELL -#define main printfcmd +#define main printfcmd #include "bltin/bltin.h" #include "error.h" #include "options.h" #endif -#define PF(f, func) do { \ +#define PF(f, func) do { \ char *b = NULL; \ if (havewidth) \ if (haveprec) \ |
