]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/printf.c
Code cleanup (#616)
[proxmark3-svn] / armsrc / printf.c
index 94ed809d2a5aaf8f6a8e7e311c1cf8a6cc00f91e..79c123dff624e6c030df9307b16b72d38e7631f6 100644 (file)
@@ -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) {
Impressum, Datenschutz