diff options
author | Haru <haru@dotalux.com> | 2017-08-11 02:25:37 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2017-08-11 02:25:37 +0200 |
commit | 00db1dd28778180603098b56cbf0fa12b58df4bb (patch) | |
tree | fbfb2f1d2b99e72d92ba2a1b3bf2e9d3b82aa330 /src/map/intif.c | |
parent | 37b1dcf5319e5de89edd41c083a27ef63ebce9da (diff) | |
download | hercules-00db1dd28778180603098b56cbf0fa12b58df4bb.tar.gz hercules-00db1dd28778180603098b56cbf0fa12b58df4bb.tar.bz2 hercules-00db1dd28778180603098b56cbf0fa12b58df4bb.tar.xz hercules-00db1dd28778180603098b56cbf0fa12b58df4bb.zip |
Whitespace fixes
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/map/intif.c')
-rw-r--r-- | src/map/intif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/intif.c b/src/map/intif.c index d4fa026a2..c33fbe55f 100644 --- a/src/map/intif.c +++ b/src/map/intif.c @@ -2595,7 +2595,7 @@ void intif_parse_RodexCheckName(int fd) if (reqchar_id <= 0) return; - + sd = map->charid2sd(reqchar_id); if (sd == NULL) // User is not online anymore |