more manual type carryover

This commit is contained in:
Colin Davidson
2023-03-01 08:17:41 -08:00
parent 28f7f57247
commit d569daae33
7 changed files with 76 additions and 45 deletions
+1 -1
View File
@@ -612,7 +612,7 @@ validate_hostname :: proc(hostname: string) -> (ok: bool) {
switch ch {
case:
return
case 'a'..'z', 'A'..'Z', '0'..'9', '-':
case 'a'..='z', 'A'..='Z', '0'..='9', '-':
continue
}
}