From 056c5ef4a6b6c813c3e4eeb3130df78bcc52d2ca Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Tue, 5 Oct 2004 16:14:19 +0000 Subject: [PATCH] another int -> bool conversion git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1968 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/files.c b/src/files.c index 8b55a639..887ff537 100644 --- a/src/files.c +++ b/src/files.c @@ -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)