summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/netlist/nl_setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/netlist/nl_setup.h')
-rw-r--r--src/emu/netlist/nl_setup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/netlist/nl_setup.h b/src/emu/netlist/nl_setup.h
index a38aa7229ef..900fb810878 100644
--- a/src/emu/netlist/nl_setup.h
+++ b/src/emu/netlist/nl_setup.h
@@ -58,7 +58,7 @@ ATTR_COLD void NETLIST_NAME(_name)(netlist::setup_t &setup) \
setup.register_source(palloc(netlist::source_proc_t(# _name, &NETLIST_NAME(_name))));
#define LOCAL_LIB_ENTRY(_name) \
- LOCAL_SOURCE(_name) \
+ LOCAL_SOURCE(_name) \
setup.register_lib_entry(# _name);
#define INCLUDE(_name) \