Update WtIsPathValid.c

This commit is contained in:
vxunderground 2021-05-21 13:15:24 -05:00 committed by GitHub
parent 240f5f760c
commit 3ed3ca2079
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,5 +9,5 @@ BOOL WtIsPathValid(PWCHAR FilePath)
if(hFile)
CloseHandle(hFile);
return TRUE
return TRUE;
}