From ec0066552ea9d7252af204334d1cd3610c81fc6f Mon Sep 17 00:00:00 2001 From: Richard Cornwell Date: Mon, 26 Dec 2016 15:11:29 -0500 Subject: [PATCH] SCP: Fixed typo in sim_card.h --- sim_card.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim_card.h b/sim_card.h index 8a76d36..2d95017 100644 --- a/sim_card.h +++ b/sim_card.h @@ -107,7 +107,7 @@ t_stat sim_card_detach(UNIT *uptr); uint16 sim_bcd_to_hol(uint8 bcd); uint16 sim_ebcdic_to_hol(uint8 ebcdic); uint8 sim_hol_to_bcd(uint16 hol); -uint8 sim_hol_to_ebbcd(uint16 hol); +uint16 sim_hol_to_ebcdic(uint16 hol); /* Format control routines. */ t_stat sim_card_set_fmt (UNIT *uptr, int32 val, CONST char *cptr, void *desc);