diff --git a/libc/stdio/vcscanf.c b/libc/stdio/vcscanf.c index 62a2545b3..d74b70067 100644 --- a/libc/stdio/vcscanf.c +++ b/libc/stdio/vcscanf.c @@ -451,7 +451,9 @@ int __vcscanf(int callback(void *), // case EXPONENT: if (isdecdigit) { goto Continue; - } else goto Break; + } else { + goto Break; + } default: goto Break; }