mirror of
git://git.sv.gnu.org/nano.git
synced 2025-01-22 09:12:10 +03:00
another int -> bool conversion
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1968 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
b49daec3f2
commit
056c5ef4a6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user