mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-01 00:54:24 +03:00
* view.c: Fixed a typo.
This commit is contained in:
parent
26c2f7fc50
commit
25cf80294b
@ -552,7 +552,7 @@ view_ok_to_quit (WView *view)
|
||||
|
||||
switch (r) {
|
||||
case 1:
|
||||
return view_hexedit_edit_changes (view);
|
||||
return view_hexedit_save_changes (view);
|
||||
case 2:
|
||||
free_change_list (view);
|
||||
return TRUE;
|
||||
|
Loading…
Reference in New Issue
Block a user