From da13f0b45c10791dca6eece9e255980486926a19 Mon Sep 17 00:00:00 2001
From: Chris Allegretta <chrisa@asty.org>
Date: Wed, 6 Dec 2000 05:59:31 +0000
Subject: [PATCH] Oops, misplaced comment

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@391 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 files.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/files.c b/files.c
index f42880e3..2b1c41cd 100644
--- a/files.c
+++ b/files.c
@@ -444,10 +444,10 @@ int write_file(char *name, int tmp)
 	else
 	    mask = 0666 & ~mask;
     } else
+	/* Use permissions from file we are overwriting. */
 	mask = st.st_mode;
 
     if (!tmp && (!ISSET(FOLLOW_SYMLINKS) && S_ISLNK(lst.st_mode))) {
-	/* Use permissions from file we are overwriting. */
 	if (unlink(realname) == -1) {
 	    if (errno != ENOENT) {
 		statusbar(_("Could not open %s for writing: %s"),
-- 
GitLab