Cleaned up code
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ export fn main() void = {
|
||||
let run = true;
|
||||
let ev = sdl3::Event { ... };
|
||||
if(len(os::args) < 2){
|
||||
fmt::printf("usage: %s file.rom [args..]\n")!;
|
||||
fmt::printf("usage: meadow file.rom [args..]\n")!;
|
||||
return;
|
||||
};
|
||||
let path = os::args[1];
|
||||
|
||||
Reference in New Issue
Block a user