aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-10-16 18:51:43 +0200
committerMattias Andrée <maandree@operamail.com>2015-10-16 18:51:43 +0200
commite4741ffb24a8820e0693381a636a352afddbe8dd (patch)
tree6769e0db8659e316f365e755739bb4945410bb94
parentimprove and fix bprintf (diff)
downloadslibc-e4741ffb24a8820e0693381a636a352afddbe8dd.tar.gz
slibc-e4741ffb24a8820e0693381a636a352afddbe8dd.tar.bz2
slibc-e4741ffb24a8820e0693381a636a352afddbe8dd.tar.xz
whitespace
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--src/stdio/printf.c1
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;
+
};