summaryrefslogtreecommitdiff
path: root/05/main.b
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-02-23 23:50:49 -0800
committerpommicket <pommicket@gmail.com>2022-02-23 23:50:49 -0800
commitb4e22170b4cbe580a1583337817f6a388c0e1f55 (patch)
tree58041697f554dcec95de708bd466be5e8a7e3a84 /05/main.b
parentc75af0c8e5fdf7792081f03ca8a01764953b19a4 (diff)
edit readmes
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