summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/craft.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/craft.c')
-rw-r--r--src/mess/drivers/craft.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/drivers/craft.c b/src/mess/drivers/craft.c
index ec6483d96db..d70adaaea19 100644
--- a/src/mess/drivers/craft.c
+++ b/src/mess/drivers/craft.c
@@ -76,9 +76,9 @@ public:
DECLARE_DRIVER_INIT(craft);
virtual void machine_reset();
UINT32 screen_update_craft(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
-#if ENABLE_VERBOSE_LOG
+#if ENABLE_VERBOSE_LOG
inline void verboselog(int n_level, const char *s_fmt, ...);
-#endif
+#endif
};
void craft_state::machine_start()