comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2689 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2005-06-16 01:37:13 +00:00
parent 4846ce7a6a
commit c1b960947e
1 changed files with 2 additions and 2 deletions

View File

@ -198,8 +198,8 @@ void check_die_too_small(void)
die(_("Window size is too small for nano...\n"));
}
/* Reassign variables that depend on the window size. That is, fill and
* hblank. */
/* Reinitialize the variables that depend on the window size. That is,
* fill and hblank. */
void resize_variables(void)
{
#ifndef DISABLE_WRAPJUSTIFY