switched comment from // format to /* */ format.
This commit is contained in:
parent
e342a73130
commit
537735f512
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ info(void)
|
|||
}
|
||||
else {
|
||||
DWORD fAttrib = GetFileAttributes(filename);
|
||||
if ((fAttrib == (DWORD)-1) || //INVALID_FILE_ATTRIBUTES
|
||||
if ((fAttrib == (DWORD)-1) || /* INVALID_FILE_ATTRIBUTES */
|
||||
(fAttrib != FILE_ATTRIBUTE_NORMAL) &&
|
||||
(fAttrib != FILE_ATTRIBUTE_ARCHIVE) &&
|
||||
(fAttrib != FILE_ATTRIBUTE_READONLY)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue