summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hp3478a.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hp3478a.cpp')
-rw-r--r--src/mame/drivers/hp3478a.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/hp3478a.cpp b/src/mame/drivers/hp3478a.cpp
index 9e76b665cda..0b60f490a15 100644
--- a/src/mame/drivers/hp3478a.cpp
+++ b/src/mame/drivers/hp3478a.cpp
@@ -181,7 +181,7 @@ protected:
uint8_t m_lcd_chrbuf[12]; //raw digits (not ASCII)
uint8_t m_lcd_text[13]; //mapped to ASCII, only for debug output
uint32_t m_lcd_segdata[12];
- bool m_lcd_annuns[12]; //local copy of annunciators
+ bool m_lcd_annuns[12]; //local copy of annunciators
///////////////////////////