X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/571324a5c4b3edf7460633ca66ca5081aa4fdc6b..refs/pull/884/head:/armsrc/printf.c

diff --git a/armsrc/printf.c b/armsrc/printf.c
index 94ed809d..79c123df 100644
--- a/armsrc/printf.c
+++ b/armsrc/printf.c
@@ -175,6 +175,7 @@ reswitch:	switch (ch = (u_char)*fmt++) {
 				padc = '0';
 				goto reswitch;
 			}
+			// intentionally fall through to next case
 		case '1': case '2': case '3': case '4':
 		case '5': case '6': case '7': case '8': case '9':
 				for (n = 0;; ++fmt) {