* view.c: Fixed a typo.

This commit is contained in:
Roland Illig 2005-04-18 20:18:12 +00:00
parent 26c2f7fc50
commit 25cf80294b

View File

@ -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;