summaryrefslogtreecommitdiff
path: root/src/map/script.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/script.c')
-rw-r--r--src/map/script.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/script.c b/src/map/script.c
index 476e9011f..cf1ae0c17 100644
--- a/src/map/script.c
+++ b/src/map/script.c
@@ -11323,7 +11323,7 @@ void op_2(struct script_state *st,int op)
op_2num(st,op,i1,i2);
}else{
// si,is => error
- ShowWarning("script: op_2: int&str, str&int not allow.");
+ ShowWarning("script: op_2: int&str, str&int not allow.\n");
report_src(st);
push_val(st->stack,C_INT,0);
}