mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
(stop_dialogs): remove extra check.
Continue 433ae45bdd
.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
4d219ec5c1
commit
8235df18af
@ -140,7 +140,7 @@ stop_dialogs (void)
|
||||
{
|
||||
dlg_stop (midnight_dlg);
|
||||
|
||||
if ((top_dlg != NULL) && (top_dlg->data != NULL))
|
||||
if (top_dlg != NULL)
|
||||
dlg_stop (DIALOG (top_dlg->data));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user