summaryrefslogtreecommitdiff
path: root/05/main.b
diff options
context:
space:
mode:
Diffstat (limited to '05/main.b')
-rw-r--r--05/main.b5
1 files changed, 3 insertions, 2 deletions
diff --git a/05/main.b b/05/main.b
index 8e040d8..a71cce3 100644
--- a/05/main.b
+++ b/05/main.b
@@ -382,12 +382,13 @@ function main
byte 0
:usage_error
- puts(.str_usage_error)
+ putsln(.str_usage_error)
exit(1)
:str_usage_error
string Please either specify no arguments or an input and output file.
-
+ byte 0
+
:str_default_input_filename
string main.c
byte 0