summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/tools/imgtool/modules.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/tools/imgtool/modules.c')
-rw-r--r--src/mess/tools/imgtool/modules.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/tools/imgtool/modules.c b/src/mess/tools/imgtool/modules.c
index 472273001ae..46a15db745b 100644
--- a/src/mess/tools/imgtool/modules.c
+++ b/src/mess/tools/imgtool/modules.c
@@ -12,12 +12,12 @@
#define MODULES_RECURSIVE
/* step 1: declare all external references */
-#define MODULE(name) extern void name##_get_info(const imgtool_class *imgclass, UINT32 state, union imgtoolinfo *info);
+#define MODULE(name) extern void name##_get_info(const imgtool_class *imgclass, UINT32 state, union imgtoolinfo *info);
#include "modules.c"
#undef MODULE
/* step 2: define the modules[] array */
-#define MODULE(name) name##_get_info,
+#define MODULE(name) name##_get_info,
static void (*const modules[])(const imgtool_class *imgclass, UINT32 state, union imgtoolinfo *info) =
{
#include "modules.c"