Comments.

This commit is contained in:
Devin Teske 2013-04-26 21:19:05 +00:00
parent fdcb645387
commit 76c853ae67
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=249954
2 changed files with 3 additions and 1 deletions

View File

@ -639,7 +639,7 @@ f_device_menu()
[ $retval -ne 2 ] && break
# Otherwise, the Help button was pressed
f_show_help "$helpfile"
# Loop back to menu
# ...then loop back to menu
done
f_dprintf "retval=%u mtag=[%s]" $retval "$mtag"

View File

@ -289,6 +289,8 @@ dialog_menu_confirm_delete()
--menu \"\$prompt\" $size \
$menu_list \
2> /dev/null
# Menu choice ignored; status of above command returned
}
############################################################ MAIN