summaryrefslogtreecommitdiff
path: root/src/map/unit.c
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2014-12-02 10:21:56 +0100
committerHaru <haru@dotalux.com>2014-12-02 10:21:56 +0100
commit6c38023bcc6d095a88e095f1f23a97d25817adba (patch)
treee6b67c543b54d8bf1fc89464e85dcf5054afa2e8 /src/map/unit.c
parent1e81c48a5e13f0a0b0a94d93f40fdfda529acd61 (diff)
downloadhercules-6c38023bcc6d095a88e095f1f23a97d25817adba.tar.gz
hercules-6c38023bcc6d095a88e095f1f23a97d25817adba.tar.bz2
hercules-6c38023bcc6d095a88e095f1f23a97d25817adba.tar.xz
hercules-6c38023bcc6d095a88e095f1f23a97d25817adba.zip
Follow-up to 26cdd53, 0623d4f
Whitespace cleanup Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/map/unit.c')
-rw-r--r--src/map/unit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/unit.c b/src/map/unit.c
index aa71ad1fb..8bac548e2 100644
--- a/src/map/unit.c
+++ b/src/map/unit.c
@@ -400,7 +400,7 @@ int unit_walktoxy_timer(int tid, int64 tick, int id, intptr_t data) {
if(ud->state.change_walk_target) {
if(unit_walktoxy_sub(bl)) {
- return 1;
+ return 1;
} else {
clif->fixpos(bl);
return 0;