diff options
Diffstat (limited to 'src/f_op/f_op_scene_req.cpp')
| -rw-r--r-- | src/f_op/f_op_scene_req.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/f_op/f_op_scene_req.cpp b/src/f_op/f_op_scene_req.cpp index 94aed7f3e8..8c98a1693c 100644 --- a/src/f_op/f_op_scene_req.cpp +++ b/src/f_op/f_op_scene_req.cpp @@ -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(); } |
