Add "fall through"

This commit is contained in:
dearblue
2019-09-25 23:07:05 +09:00
parent 3c1a2612e7
commit 5ce1bec1bc
+1
View File
@@ -845,6 +845,7 @@ retry:
case 'd':
case 'i':
sign = 1;
/* fall through */
default:
base = 10; break;
}