fix functions not returning values (#3018)

This commit is contained in:
Jcw87
2026-01-05 03:55:35 -08:00
committed by GitHub
parent 767e3ba17e
commit 22dc7a37db
10 changed files with 65 additions and 23 deletions
+1 -1
View File
@@ -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();
}