fixup move

This commit is contained in:
Zeno Rogue 2022-07-13 19:02:35 +02:00
parent 94a243a825
commit 7252b04626
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ int readRuleArgs3() {
return 0;
}
auto hook = addHook(hooks_args, 100, readRuleArgs3);
auto hook3 = addHook(hooks_args, 100, readRuleArgs3);
#endif
}