summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/jvsdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/jvsdev.h')
-rw-r--r--src/emu/machine/jvsdev.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emu/machine/jvsdev.h b/src/emu/machine/jvsdev.h
index 23e01a88861..fb2adfe2afb 100644
--- a/src/emu/machine/jvsdev.h
+++ b/src/emu/machine/jvsdev.h
@@ -5,8 +5,7 @@
#define MCFG_JVS_DEVICE_ADD(_tag, _type, _host) \
MCFG_DEVICE_ADD(_tag, _type, 0) \
- jvs_device::static_set_jvs_host_tag(*device, _host); \
-
+ jvs_device::static_set_jvs_host_tag(*device, _host);
class jvs_host;
class jvs_device : public device_t