mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-20 18:29:19 +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) {
|
switch (r) {
|
||||||
case 1:
|
case 1:
|
||||||
return view_hexedit_edit_changes (view);
|
return view_hexedit_save_changes (view);
|
||||||
case 2:
|
case 2:
|
||||||
free_change_list (view);
|
free_change_list (view);
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
Loading…
Reference in New Issue
Block a user