]> git.wh0rd.org Git - nano.git/commitdiff
comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 4 Jul 2006 23:05:27 +0000 (23:05 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 4 Jul 2006 23:05:27 +0000 (23:05 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3736 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/browser.c

index 8e92d07cf0212cc70171d84042c0068daf8333af..5661d0bfab7500183a75fc4896dd77ff0b1a390f 100644 (file)
@@ -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;
        }