mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
default: to case:; no_alias to #no_alias
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ encode :: proc(d: []u16, s: []rune) {
|
||||
d[n+1] = u16(r2);
|
||||
n += 2;
|
||||
|
||||
default:
|
||||
case:
|
||||
d[n] = u16(REPLACEMENT_CHAR);
|
||||
n++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user