From: David Lawrence Ramsey Date: Tue, 4 Jul 2006 23:05:27 +0000 (+0000) Subject: comment fix X-Git-Tag: v1.9.99pre1~125 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=49c85d076cdc3e8813a181d5e6ff5fa7c74de779;p=nano.git comment fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3736 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- 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; }