From 9c8baed321d1450329829d6879ba38deebf0a991 Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Mon, 16 May 2005 19:43:04 +0000
Subject: [PATCH] comment fix

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

diff --git a/src/nano.c b/src/nano.c
index ead9a978..ec564212 100644
--- a/src/nano.c
+++ b/src/nano.c
@@ -4492,7 +4492,8 @@ int main(int argc, char **argv)
 	UNSET(VIEW_MODE);
 
 	/* Add this new entry to the open_files structure if we have
-        * multibuffer support, or to the main filestruct if we don't. */
+	 * multibuffer support, or to the main filestruct if we
+	 * don't. */
 	load_file();
     }
 
-- 
GitLab