diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-10-16 18:51:43 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-10-16 18:51:43 +0200 |
commit | e4741ffb24a8820e0693381a636a352afddbe8dd (patch) | |
tree | 6769e0db8659e316f365e755739bb4945410bb94 /src/stdio/printf.c | |
parent | improve and fix bprintf (diff) | |
download | slibc-e4741ffb24a8820e0693381a636a352afddbe8dd.tar.gz slibc-e4741ffb24a8820e0693381a636a352afddbe8dd.tar.bz2 slibc-e4741ffb24a8820e0693381a636a352afddbe8dd.tar.xz |
whitespace
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/stdio/printf.c')
-rw-r--r-- | src/stdio/printf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdio/printf.c b/src/stdio/printf.c index ac7b8f9..5c35096 100644 --- a/src/stdio/printf.c +++ b/src/stdio/printf.c @@ -95,6 +95,7 @@ struct buffer * Whether `.buf` shall be freed on error. */ int free_on_error; + }; |