]> git.wh0rd.org Git - nano.git/commitdiff
comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 16 May 2005 19:43:04 +0000 (19:43 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 16 May 2005 19:43:04 +0000 (19:43 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2515 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/nano.c

index ead9a9786b24077827fbf5334da3b8ea0d5056c9..ec564212fac372693b0a3a9afaa099c613ae3b17 100644 (file)
@@ -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();
     }