Add break in CallHook switch-case

This commit is contained in:
Maschell 2022-12-30 21:08:41 +01:00
parent bd0a6ce3bf
commit 43e2825ec5

View File

@ -91,6 +91,7 @@ void CallHook(const std::unique_ptr<PluginContainer> &plugin, wups_loader_hook_t
} else {
DEBUG_FUNCTION_LINE_ERR("Failed to call hook. It was not defined");
}
break;
}
}
}