Remove let

This commit is contained in:
Ginger Bill
2017-06-26 13:59:15 +01:00
parent c642e326ce
commit a0d8dcd974
14 changed files with 30 additions and 35 deletions
+1 -1
View File
@@ -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,