summaryrefslogtreecommitdiff
path: root/src/map/script.c
diff options
context:
space:
mode:
authormc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-21 20:52:27 +0000
committermc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-21 20:52:27 +0000
commit39e8b5c44689ba92303be9b36a30d0ad08ddde45 (patch)
treeb50af632d913901fe45a2bf0d2c55a6bf332384e /src/map/script.c
parent9709008e5343b2d749196976e713ec9556f02099 (diff)
downloadhercules-39e8b5c44689ba92303be9b36a30d0ad08ddde45.tar.gz
hercules-39e8b5c44689ba92303be9b36a30d0ad08ddde45.tar.bz2
hercules-39e8b5c44689ba92303be9b36a30d0ad08ddde45.tar.xz
hercules-39e8b5c44689ba92303be9b36a30d0ad08ddde45.zip
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@708 54d463be-8e91-2dee-dedb-b68131a5f0ec
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 5d9d60385..1bcb118ee 100644
--- a/src/map/script.c
+++ b/src/map/script.c
@@ -1517,7 +1517,7 @@ int buildin_goto(struct script_state *st)
int pos;
if( st->stack->stack_data[st->start+2].type!=C_POS ){
- printf("script: goto: not label !\n");
+ printf("script: goto: not label!\n");
st->state=END;
return 0;
}