Astyle formatting.

This commit is contained in:
Pete Johns 2011-02-01 19:56:05 +11:00
parent 2d1ccad44e
commit 8298c07d60
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ static BOOL MyIsDirectory(std::string path)
return (GetFileAttributes(path.c_str()) & FILE_ATTRIBUTE_DIRECTORY);
#else
// See http://msdn.microsoft.com/en-us/library/bb773621(VS.85).aspx
return PathIsDirectory(path.c_str());
return PathIsDirectory(path.c_str());
#endif
}