aboutsummaryrefslogtreecommitdiffstats
path: root/src/stdlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib.c')
-rw-r--r--src/stdlib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stdlib.c b/src/stdlib.c
index f5f9cc8..950f356 100644
--- a/src/stdlib.c
+++ b/src/stdlib.c
@@ -62,7 +62,6 @@ char *snprintf(char *buf, unsigned int max, const char *format, ...)
break;
case 'f':
itoa((int)va_arg(args, double), nbuf, 10);
- continue;
break;
default:
buf[off++] = format[i];