mirror of
https://github.com/zeldaret/tp
synced 2026-06-27 18:53:08 -04:00
fix functions not returning values (#3018)
This commit is contained in:
@@ -165,5 +165,5 @@ s32 fopScnRq_ReRequest(fpc_ProcID i_requestId, s16 i_procName, void* i_data) {
|
||||
}
|
||||
|
||||
int fopScnRq_Handler() {
|
||||
fpcNdRq_Handler();
|
||||
return fpcNdRq_Handler();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user