From 775d46daf9f662eaea7060bf0910fa79509f0850 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Tue, 11 Jan 2005 23:08:36 +0000 Subject: [PATCH] comment fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2247 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/nano.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/nano.c b/src/nano.c index ade57e4d..d8a78091 100644 --- a/src/nano.c +++ b/src/nano.c @@ -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; -- 2.39.5