]> git.wh0rd.org Git - nano.git/commitdiff
still more cosmetic fixes
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 7 Nov 2006 22:36:44 +0000 (22:36 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 7 Nov 2006 22:36:44 +0000 (22:36 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3940 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/files.c

index 2ae9d7d153b327d08ab5ac0621849379d0f618f7..f08e828c49681d2362c3d670a94b213c9b9b1148 100644 (file)
@@ -1909,8 +1909,8 @@ int do_writeout(bool exiting)
 #ifndef NANO_TINY
            /* Here's where we allow the selected text to be written to
             * a separate file.  If we're using restricted mode, this is
-            * disabled since it allows reading from or writing to files
-            * not specified on the command line. */
+            * disabled, since it allows reading from or writing to
+            * files not specified on the command line. */
            if (!ISSET(RESTRICTED) && !exiting && openfile->mark_set)
                retval = write_marked_file(answer, NULL, FALSE, append);
            else