diff options
-rw-r--r-- | bytepusher.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bytepusher.scm b/bytepusher.scm index b71861e..e822073 100644 --- a/bytepusher.scm +++ b/bytepusher.scm @@ -230,7 +230,7 @@ ")\n")))) (loop))) -(define (main) +(define (main . args) (load-program! "tests/palette.bp") (sdl-init) (call-with-window |