summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/uiimage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/uiimage.c')
-rw-r--r--src/emu/uiimage.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/uiimage.c b/src/emu/uiimage.c
index 8861c6188e6..65fdf5196b5 100644
--- a/src/emu/uiimage.c
+++ b/src/emu/uiimage.c
@@ -1394,9 +1394,9 @@ void ui_mess_menu_tape_control(running_machine &machine, ui_menu *menu, void *pa
/* rebuild the menu - we have to do this so that the counter updates */
ui_menu_reset(menu, UI_MENU_RESET_REMEMBER_POSITION);
menu_tape_control_populate(machine, menu, (tape_control_menu_state*)state);
-
+
cassette_image_device* cassette = dynamic_cast<cassette_image_device*>(&menustate->device->device());
-
+
/* process the menu */
event = ui_menu_process(machine, menu, UI_MENU_PROCESS_LR_REPEAT);
if (event != NULL)