From 3d002ed602d8cd6386707fac9ee9aba92e8740b8 Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Sun, 31 Oct 2004 22:45:24 +0000
Subject: [PATCH] cosmetic fix

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

diff --git a/src/files.c b/src/files.c
index 0ffc4014..b144652c 100644
--- a/src/files.c
+++ b/src/files.c
@@ -428,11 +428,11 @@ void execute_command(const char *command)
  * open and read the file. */
 void load_buffer(const char *name)
 {
-    bool new_buffer = fileage == NULL
+    bool new_buffer = (fileage == NULL
 #ifdef ENABLE_MULTIBUFFER
 	 || ISSET(MULTIBUFFER)
 #endif
-	;
+	);
 	/* new_buffer says whether we load to this buffer or a new one.
 	 * If new_buffer is TRUE, we display "New File" if the file is
 	 * not found, and if it is found we set filename and add a new
-- 
GitLab