Skip to content

Commit

Permalink
fix ddox build
Browse files Browse the repository at this point in the history
  • Loading branch information
buggins committed Mar 4, 2024
1 parent 774f216 commit 5cec605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dlangui/core/files.d
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 5cec605

Please sign in to comment.