aboutsummaryrefslogtreecommitdiffstats
path: root/src/stdlib.c
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2018-03-26 12:29:10 -0400
committerClyne Sullivan <clyne@bitgloo.com>2018-03-26 12:29:10 -0400
commit2b034ffa10bc6d14adccec6cef5b3c587a70a283 (patch)
tree30825b8ea4452004001406d8c0f438f2a60ea73c /src/stdlib.c
parent603d04992cbf6c02cfc16f06ffab7d014d817634 (diff)
keypad driver progress
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];