diff options
-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; + }; |