aboutsummaryrefslogtreecommitdiff
path: root/bas.c
diff options
context:
space:
mode:
Diffstat (limited to 'bas.c')
-rw-r--r--bas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bas.c b/bas.c
index fc5517b..b296b2e 100644
--- a/bas.c
+++ b/bas.c
@@ -292,7 +292,7 @@ void walk_code(unsigned int startlineno, unsigned int endlineno) {
CALL(on_bad_line_length);
offset = program[linepos + 2]; /* on_bad_line_length fixed it (we hope) */
if(offset < 6)
- die("Program is code-protected; unprotect it first.");
+ die("Fatal: Program is code-protected; unprotect it first.");
}
if(lineno < startlineno) {