From: David Lawrence Ramsey Date: Mon, 16 May 2005 19:43:04 +0000 (+0000) Subject: comment fix X-Git-Tag: v1.3.8~288 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=9c8baed321d1450329829d6879ba38deebf0a991;p=nano.git comment fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2515 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- 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(); }