summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k052109.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k052109.c')
-rw-r--r--src/mame/video/k052109.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/k052109.c b/src/mame/video/k052109.c
index 3e1ab35e161..5c047264307 100644
--- a/src/mame/video/k052109.c
+++ b/src/mame/video/k052109.c
@@ -167,7 +167,7 @@ void k052109_device::device_config_complete()
const k052109_interface *intf = reinterpret_cast<const k052109_interface *>(static_config());
if (intf != NULL)
*static_cast<k052109_interface *>(this) = *intf;
-
+
// or initialize to defaults if none provided
else
{