commit d23dcc5a257e5e056ca84d2ea4159d35cbc3bc3b
parent 6f751500cc50c0b943b401ed7d912a790bc86b1a
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Wed, 8 Nov 2006 02:58:42 +0000
simplify more
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3946 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/src/files.c b/src/files.c
@@ -1886,12 +1886,11 @@ int do_writeout(bool exiting)
* an existing file. */
if (ISSET(RESTRICTED))
continue;
- else {
- i = do_yesno_prompt(FALSE,
+
+ i = do_yesno_prompt(FALSE,
_("File exists, OVERWRITE ? "));
- if (i == 0 || i == -1)
- continue;
- }
+ if (i == 0 || i == -1)
+ continue;
/* If we're using restricted mode, we aren't allowed
* to change the name of a file once it has one,
* because that would allow reading from or writing