diff options
Diffstat (limited to 'asmrun/array.c')
-rw-r--r-- | asmrun/array.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asmrun/array.c b/asmrun/array.c index 91bacafd3..15eed72f1 100644 --- a/asmrun/array.c +++ b/asmrun/array.c @@ -108,5 +108,5 @@ value make_array(init) void array_bound_error() { - fatal_error("out-of-bound access in array or string"); + fatal_error("Fatal error: out-of-bound access in array or string\n"); } |