Skip to content

Commit

Permalink
Add break in CallHook switch-case
Browse files Browse the repository at this point in the history
  • Loading branch information
Maschell committed Jan 4, 2023
1 parent bd0a6ce commit 43e2825
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/hooks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}

0 comments on commit 43e2825

Please sign in to comment.