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
@@ -54,7 +54,7 @@ const (
)
// "Argv" arguments converted to Odin strings
let args = _alloc_command_line_arguments();
var args = _alloc_command_line_arguments();
proc open(path: string, mode: int = O_RDONLY, perm: u32 = 0) -> (Handle, Errno) {