mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2024-11-16 17:59:17 +01:00
Add break in CallHook switch-case
This commit is contained in:
parent
bd0a6ce3bf
commit
43e2825ec5
@ -91,6 +91,7 @@ void CallHook(const std::unique_ptr<PluginContainer> &plugin, wups_loader_hook_t
|
|||||||
} else {
|
} else {
|
||||||
DEBUG_FUNCTION_LINE_ERR("Failed to call hook. It was not defined");
|
DEBUG_FUNCTION_LINE_ERR("Failed to call hook. It was not defined");
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user