fix ddox build

This commit is contained in:
Vadim Lopatin 2024-03-04 13:19:18 +00:00
parent 774f216ea7
commit 5cec605dfd
1 changed files with 1 additions and 1 deletions

View File

@ -502,7 +502,7 @@ RootEntry[] getBookmarkPaths() nothrow
return res;
}
/// returns true if directory is root directory (e.g. / or C:\)
/// returns true if directory is root directory (e.g. / or C:\\)
bool isRoot(in string path) pure nothrow {
string root = rootName(path);
if (path.equal(root))