]> git.wh0rd.org Git - nano.git/commitdiff
another int -> bool conversion
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 5 Oct 2004 16:14:19 +0000 (16:14 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 5 Oct 2004 16:14:19 +0000 (16:14 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1968 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/files.c

index 8b55a639e24432f49f928181328b38e20b7d7505..887ff5375c9ce56e408e5d43f00b7e4d13dd6c6f 100644 (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)