f_op_kankyo_mng OK

This commit is contained in:
Jasper St. Pierre
2023-09-12 19:23:02 -07:00
parent b034aecce0
commit f1308361db
4 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ void fopKyM_Delete(void* i_process) {
}
/* 8002A988-8002A9D8 .text fopKyM_Create__FsPFPv_iPv */
static int fopKyM_Create(s16 i_procName, fopKyM_CreateFunc i_createFunc, void* i_process) {
int fopKyM_Create(s16 i_procName, fopKyM_CreateFunc i_createFunc, void* i_process) {
return fpcM_Create(i_procName, i_createFunc, i_process);
}