From 13a39a9a8671ef0cd5b1f0e78b8462eebc02af65 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 5 May 2017 13:43:22 +0200 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- include/stdio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/stdio.h b/include/stdio.h index 1abe26d..320ab06 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -337,7 +337,7 @@ int asprintf(char** restrict, const char* restrict, ...) if (*buffer = NULL, __size += 1, __r >= 0) \ *buffer = __builtin_alloca((size_t)__size * sizeof(char)), \ __r = sprintf(*buffer, format, ##__VA_ARGS__); \ - __r; \ + __r; \ }) # endif -- cgit v1.2.3-70-g09d2