mirror of
https://github.com/weechat/weechat.git
synced 2026-07-09 03:03:12 +02:00
core: fix comment in function hook_find_pos
This commit is contained in:
+1
-1
@@ -136,7 +136,7 @@ hook_find_pos (struct t_hook *hook)
|
||||
|
||||
if (hook->type == HOOK_TYPE_COMMAND)
|
||||
{
|
||||
/* for command hook, sort on command name */
|
||||
/* for command hook, sort on command name + priority */
|
||||
for (ptr_hook = weechat_hooks[hook->type]; ptr_hook;
|
||||
ptr_hook = ptr_hook->next_hook)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user