Commit 82a8f913 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

minor tabbing fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1591 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent bc503c80
Showing with 1 addition and 1 deletion
+1 -1
...@@ -1842,7 +1842,7 @@ int do_writeout(const char *path, int exiting, int append) ...@@ -1842,7 +1842,7 @@ int do_writeout(const char *path, int exiting, int append)
#ifndef NANO_SMALL #ifndef NANO_SMALL
&& (!ISSET(MARK_ISSET) || exiting) && (!ISSET(MARK_ISSET) || exiting)
#endif #endif
) { ) {
i = do_yesno(0, 0, _("Save file under DIFFERENT NAME ?")); i = do_yesno(0, 0, _("Save file under DIFFERENT NAME ?"));
if (i == 0 || i == -1) if (i == 0 || i == -1)
continue; continue;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment