mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2025-01-11 17:19:06 +01:00
Fix a typo
This commit is contained in:
parent
3a0b5122c7
commit
cc2aea8ca9
@ -185,7 +185,7 @@ typedef struct wups_loader_app_started_args_t {
|
||||
void on_fini_wut_devoptab(){ \
|
||||
__fini_wut_devoptab(); \
|
||||
}\
|
||||
WUPS_HOOK_EX(WUPS_LOADER_HOOK_FINI_WUT_MALLOC,on_fini_wut_devoptab);
|
||||
WUPS_HOOK_EX(WUPS_LOADER_HOOK_FINI_WUT_DEVOPTAB,on_fini_wut_devoptab);
|
||||
|
||||
#define WUPS_USE_WUT_NEWLIB() \
|
||||
extern "C" void __init_wut_newlib(); \
|
||||
|
Loading…
x
Reference in New Issue
Block a user