comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2247 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2005-01-11 23:08:36 +00:00
parent cac0293bce
commit 775d46daf9
1 changed files with 1 additions and 2 deletions

View File

@ -3479,8 +3479,7 @@ int do_input(bool *meta_key, bool *func_key, bool *s_or_t, bool
if (have_shortcut) {
switch (input) {
/* Handle the "universal" statusbar prompt shortcuts,
* setting ran_s_or_t to TRUE to indicate it. */
/* Handle the "universal" statusbar prompt shortcuts. */
case NANO_XON_KEY:
statusbar(_("XON ignored, mumble mumble."));
break;