attrib: Use BOOL type where appropriate

Frédéric Delanoy frederic.delanoy at gmail.com
Mon Oct 14 17:27:14 CDT 2013


---
 programs/attrib/attrib.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/programs/attrib/attrib.c b/programs/attrib/attrib.c
index 4342779..28172b0 100644
--- a/programs/attrib/attrib.c
+++ b/programs/attrib/attrib.c
@@ -253,7 +253,7 @@ int wmain(int argc, WCHAR *argv[])
     WCHAR originalname[MAX_PATH];
     DWORD attrib_set = 0;
     DWORD attrib_clear = 0;
-    BOOL  attrib_recurse = 0;
+    BOOL  attrib_recurse = FALSE;
     BOOL  attrib_includedirs = FALSE;
     static const WCHAR help_option[] = {'/','?','\0'};
     static const WCHAR wildcardsW[] = {'*','?','\0'};
-- 
1.8.4




More information about the wine-patches mailing list