diff --git a/src/hp48.h b/src/hp48.h index 838a490..c2b1942 100644 --- a/src/hp48.h +++ b/src/hp48.h @@ -312,7 +312,7 @@ extern void load_addr( word_20* dat, long addr, int n ); /* hp48_emulate.c */ /* #define _DEVICE_H 1 */ extern void check_devices( void ); /* hp48_device.c */ -extern void init_display( void ); /* hp48_device.c */ +extern void init_display( void ); /* hp48_device.c */ extern void update_display( void ); /* hp48_device.c */ extern void redraw_display( void ); /* hp48_device.c */ extern void disp_draw_nibble( word_20 addr, word_4 val ); /* hp48_device.c */ @@ -320,4 +320,4 @@ extern void menu_draw_nibble( word_20 addr, word_4 val ); /* hp48_device.c */ extern void draw_annunc( void ); /* hp48_device.c */ extern void redraw_annunc( void ); /* hp48_device.c */ /* #endif /\* !_DEVICE_H *\/ */ -#endif /* !_HP48_H */ +#endif /* !_HP48_H */ diff --git a/src/resources.c b/src/resources.c index 4f28a7e..e6ae0a2 100644 --- a/src/resources.c +++ b/src/resources.c @@ -5,7 +5,7 @@ #include #include "resources.h" -#include "debugger_disasm.h" /* `disassembler_mode` & `CLASS_MNEMONICS` */ +#include "debugger_disasm.h" /* `disassembler_mode` & `CLASS_MNEMONICS` */ #include "errors.h" int verbose;