diff options
| author | Miguel <m.i@gmx.at> | 2018-08-17 21:41:21 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-08-17 21:41:21 +0200 |
| commit | c15925a24efe14f437d8a2699500241a58fdc8f9 (patch) | |
| tree | c0db3a7d2a4f857324735df35e9cc1f0539c5f24 /lib/printf | |
| parent | 6fd78c2ff950310d8372ec0353553cc4a5a43e72 (diff) | |
cleanup and working on fifo pipes
Diffstat (limited to 'lib/printf')
| -rw-r--r-- | lib/printf/printf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/printf/printf.c b/lib/printf/printf.c index 23d3d46..0a947d3 100644 --- a/lib/printf/printf.c +++ b/lib/printf/printf.c @@ -35,7 +35,6 @@ typedef void (*putcf) (void*,char); static putcf stdout_putf;
static void* stdout_putp;
-
#ifdef PRINTF_LONG_SUPPORT
static void uli2a(unsigned long int num, unsigned int base, int uc,char * bf)
|
