summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/kc_keyb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/kc_keyb.h')
-rw-r--r--src/mess/machine/kc_keyb.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mess/machine/kc_keyb.h b/src/mess/machine/kc_keyb.h
index 199f5fec8b9..47216c8de37 100644
--- a/src/mess/machine/kc_keyb.h
+++ b/src/mess/machine/kc_keyb.h
@@ -71,6 +71,5 @@ extern const device_type KC_KEYBOARD;
#define MCFG_KC_KEYBOARD_ADD(_tag,_clock,_config) \
MCFG_DEVICE_ADD(_tag, KC_KEYBOARD, _clock) \
- MCFG_DEVICE_CONFIG(_config) \
-
+ MCFG_DEVICE_CONFIG(_config)
#endif /* __KC_KEYB_H__ */