mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 05:08:14 +00:00
Remove let
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ const (
|
||||
|
||||
type AcceptRange struct { lo, hi: u8 }
|
||||
|
||||
let (
|
||||
var (
|
||||
accept_ranges = [5]AcceptRange{
|
||||
{0x80, 0xbf},
|
||||
{0xa0, 0xbf},
|
||||
|
||||
Reference in New Issue
Block a user