mirror of https://github.com/MidnightCommander/mc
(mcview_mouse_callback): fix typo.
Signed-off-by: Andreas Mohr <and@gmx.li> Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
20398ece6e
commit
d2cfb712b0
|
@ -106,7 +106,7 @@ mcview_mouse_callback (Widget * w, mouse_msg_t msg, mouse_event_t * event)
|
||||||
change_panel ();
|
change_panel ();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* fall throught */
|
/* fall through */
|
||||||
|
|
||||||
case MSG_MOUSE_CLICK:
|
case MSG_MOUSE_CLICK:
|
||||||
if (!view->text_wrap_mode)
|
if (!view->text_wrap_mode)
|
||||||
|
|
Loading…
Reference in New Issue