summaryrefslogtreecommitdiff
path: root/common/printf.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/printf.c')
-rw-r--r--common/printf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/printf.c b/common/printf.c
index be06d34dd8..e302708a9b 100644
--- a/common/printf.c
+++ b/common/printf.c
@@ -518,4 +518,3 @@ int crec_vsnprintf(char *str, size_t size, const char *format, va_list args)
return (rv == EC_SUCCESS) ? (ctx.str - str) : -rv;
}
-