summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/darkmist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/darkmist.h')
-rw-r--r--src/mame/includes/darkmist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/darkmist.h b/src/mame/includes/darkmist.h
index 91a5cf0a8c1..bdde9204236 100644
--- a/src/mame/includes/darkmist.h
+++ b/src/mame/includes/darkmist.h
@@ -44,6 +44,6 @@ public:
UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void decrypt_gfx();
void decrypt_snd();
-
+
TIMER_DEVICE_CALLBACK_MEMBER(scanline);
};