mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-30 19:30:06 +00:00
Remove let
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ const (
|
||||
)
|
||||
|
||||
// "Argv" arguments converted to Odin strings
|
||||
let args = _alloc_command_line_arguments();
|
||||
var args = _alloc_command_line_arguments();
|
||||
|
||||
type _FileTime struct #ordered {
|
||||
seconds: i64,
|
||||
|
||||
Reference in New Issue
Block a user