aboutsummaryrefslogtreecommitdiff
path: root/printf.c
diff options
context:
space:
mode:
Diffstat (limited to 'printf.c')
-rw-r--r--printf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/printf.c b/printf.c
index a171d24..8d7f56d 100644
--- a/printf.c
+++ b/printf.c
@@ -221,8 +221,8 @@ int vsnprintf(char *buf, int size, const char *fmt, va_list va)
print_str(&s, va_arg(va, const char *), props);
break;
}
- addchar(&s, f);
- break;
+ addchar(&s, f);
+ break;
} while(0);
}
*s.buffer = 0;