summaryrefslogtreecommitdiff
path: root/src/f_pc/f_pc_creator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/f_pc/f_pc_creator.cpp')
-rw-r--r--src/f_pc/f_pc_creator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/f_pc/f_pc_creator.cpp b/src/f_pc/f_pc_creator.cpp
index c8508d3bd8..1aadd9aff1 100644
--- a/src/f_pc/f_pc_creator.cpp
+++ b/src/f_pc/f_pc_creator.cpp
@@ -23,6 +23,6 @@ BOOL fpcCt_Abort(base_process_class* i_proc) {
}
/* 80020F10-80020F30 0020+00 s=0 e=1 z=0 None .text fpcCt_Handler__Fv */
-void fpcCt_Handler() {
- fpcCtRq_Handler();
+int fpcCt_Handler() {
+ return fpcCtRq_Handler();
}