Commit 137694d1 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

more cosmetic fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3938 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 8965af58
Showing with 2 additions and 2 deletions
+2 -2
...@@ -1763,7 +1763,7 @@ int do_writeout(bool exiting) ...@@ -1763,7 +1763,7 @@ int do_writeout(bool exiting)
ans = mallocstrcpy(NULL, ans = mallocstrcpy(NULL,
#ifndef NANO_TINY #ifndef NANO_TINY
(openfile->mark_set && !exiting) ? "" : (!exiting && openfile->mark_set) ? "" :
#endif #endif
openfile->filename); openfile->filename);
...@@ -1778,7 +1778,7 @@ int do_writeout(bool exiting) ...@@ -1778,7 +1778,7 @@ int do_writeout(bool exiting)
backupstr = ISSET(BACKUP_FILE) ? _(" [Backup]") : ""; backupstr = ISSET(BACKUP_FILE) ? _(" [Backup]") : "";
if (openfile->mark_set && !exiting) if (!exiting && openfile->mark_set)
msg = (append == PREPEND) ? msg = (append == PREPEND) ?
_("Prepend Selection to File") : (append == APPEND) ? _("Prepend Selection to File") : (append == APPEND) ?
_("Append Selection to File") : _("Append Selection to File") :
......
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