From 888bc144164620fca1126c30dfebe6d8e38f258f Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Sun, 4 Jun 2006 13:40:39 +0000 Subject: [PATCH] amother cosmetic fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3619 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/nano.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nano.c b/src/nano.c index 72cd6924..dffe8c2f 100644 --- a/src/nano.c +++ b/src/nano.c @@ -997,7 +997,7 @@ RETSIGTYPE do_suspend(int signal) /* Temporarily leave curses mode. */ endwin(); - printf(_("\n\n\n\n\nUse \"fg\" to return to nano\n")); + printf(_("\n\n\n\n\n\nUse \"fg\" to return to nano\n")); fflush(stdout); /* Restore the old terminal settings. */ -- 2.39.5