diff options
author | Haru <haru@dotalux.com> | 2020-02-10 01:56:54 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2020-02-10 01:56:54 +0100 |
commit | 1000b1002648980d015c3a14ffc303bbb32e3718 (patch) | |
tree | 827cc2e17621fe07441529c98182d74483e89978 /src/map | |
parent | 38df067b0348e15f4344bcc3f29f546674aa3ca8 (diff) | |
download | hercules-1000b1002648980d015c3a14ffc303bbb32e3718.tar.gz hercules-1000b1002648980d015c3a14ffc303bbb32e3718.tar.bz2 hercules-1000b1002648980d015c3a14ffc303bbb32e3718.tar.xz hercules-1000b1002648980d015c3a14ffc303bbb32e3718.zip |
Fix warnings in the HPMHookGenerator
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/map.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/map/map.c b/src/map/map.c index 33f3fe716..70623ae22 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -531,10 +531,12 @@ static struct skill_unit *map_find_skill_unit_oncell(struct block_list *target, return NULL; } -/** @name Functions for block_list search and manipulation +/** + * @name Functions for block_list search and manipulation + * + * @{ */ -/* @{ */ /** * Applies func to every block_list in bl_list starting with bl_list[blockcount]. * Sets bl_list_count back to blockcount. |