From 49c85d076cdc3e8813a181d5e6ff5fa7c74de779 Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Tue, 4 Jul 2006 23:05:27 +0000
Subject: [PATCH] comment fix

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

diff --git a/src/browser.c b/src/browser.c
index 8e92d07c..5661d0bf 100644
--- a/src/browser.c
+++ b/src/browser.c
@@ -676,7 +676,7 @@ void browser_refresh(void)
 	    col = 0;
 
 	    /* Set the number of columns to display the list in, if
-	     * necessary, so that we don't divide by zero. */
+	     * necessary. */
 	    if (width == 0)
 		width = filecols;
 	}
-- 
GitLab