mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 15:03:34 +00:00
Fix indentation, make llvm happy (#1032)
clang says "label at end of switch statement is a C2x extension."
This commit is contained in:
parent
58b620d8f7
commit
1280797db2
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@ static inline int AllNumDot(const char *s) {
|
|||
case 0: return 1;
|
||||
case '0': case '1': case '2': case '3': case '4':
|
||||
case '5': case '6': case '7': case '8': case '9': case '.':
|
||||
/* continue */
|
||||
}
|
||||
; /* continue */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue