another int -> bool conversion

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1968 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2004-10-05 16:14:19 +00:00
parent b49daec3f2
commit 056c5ef4a6
1 changed files with 1 additions and 1 deletions

View File

@ -1772,7 +1772,7 @@ int do_writeout(bool exiting)
int i;
int append = 0;
#ifdef NANO_EXTRA
static int did_cred = FALSE;
static bool did_cred = FALSE;
#endif
#if !defined(DISABLE_BROWSER) || !defined(DISABLE_MOUSE)