summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/headers
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/headers')
-rw-r--r--c/src/exec/score/headers/mpci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/score/headers/mpci.h b/c/src/exec/score/headers/mpci.h
index a2533866c1..fe954c2442 100644
--- a/c/src/exec/score/headers/mpci.h
+++ b/c/src/exec/score/headers/mpci.h
@@ -200,7 +200,7 @@ void _MPCI_Initialization ( void );
*/
void _MPCI_Register_packet_processor(
- MP_packet_Classes the_object,
+ MP_packet_Classes the_class,
MPCI_Packet_processor the_packet_processor
);