Commit 70205f58 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

attrib: Use BOOL type where appropriate.

parent 4dd5893a
......@@ -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'};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment