summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/coco_vhd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/coco_vhd.h')
-rw-r--r--src/mess/machine/coco_vhd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mess/machine/coco_vhd.h b/src/mess/machine/coco_vhd.h
index 2c182ccdc6d..e68eabcb4b8 100644
--- a/src/mess/machine/coco_vhd.h
+++ b/src/mess/machine/coco_vhd.h
@@ -68,6 +68,5 @@ extern const device_type COCO_VHD;
***************************************************************************/
#define MCFG_COCO_VHD_ADD(_tag) \
- MCFG_DEVICE_ADD(_tag, COCO_VHD, 0) \
-
+ MCFG_DEVICE_ADD(_tag, COCO_VHD, 0)
#endif /* COCOVHD_H */