From: David Lawrence Ramsey Date: Thu, 20 Nov 2003 00:14:16 +0000 (+0000) Subject: minor tabbing fix X-Git-Tag: v1.3.1~21 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=82a8f91392b728170c6e3297f7ead031b36714db;p=nano.git minor tabbing fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1591 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/files.c b/src/files.c index 00ce82a5..6bda6ac6 100644 --- a/src/files.c +++ b/src/files.c @@ -1842,7 +1842,7 @@ int do_writeout(const char *path, int exiting, int append) #ifndef NANO_SMALL && (!ISSET(MARK_ISSET) || exiting) #endif - ) { + ) { i = do_yesno(0, 0, _("Save file under DIFFERENT NAME ?")); if (i == 0 || i == -1) continue;