comment fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2689 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
4846ce7a6a
commit
c1b960947e
|
@ -198,8 +198,8 @@ void check_die_too_small(void)
|
||||||
die(_("Window size is too small for nano...\n"));
|
die(_("Window size is too small for nano...\n"));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Reassign variables that depend on the window size. That is, fill and
|
/* Reinitialize the variables that depend on the window size. That is,
|
||||||
* hblank. */
|
* fill and hblank. */
|
||||||
void resize_variables(void)
|
void resize_variables(void)
|
||||||
{
|
{
|
||||||
#ifndef DISABLE_WRAPJUSTIFY
|
#ifndef DISABLE_WRAPJUSTIFY
|
||||||
|
|
Loading…
Reference in New Issue