]> git.wh0rd.org Git - nano.git/commitdiff
amother cosmetic fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 4 Jun 2006 13:40:39 +0000 (13:40 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 4 Jun 2006 13:40:39 +0000 (13:40 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3619 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/nano.c

index 72cd69245d854a6a6ee59b6517556933689459ec..dffe8c2f976c4cc3b205c588bcb0dbcd9e463e22 100644 (file)
@@ -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. */