Skip to content
Snippets Groups Projects
Commit 8af704ee authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

Typo

parent ad228d84
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ struct MixLs : virtual Args
}
};
doPath = [&](const FSAccessor::Stat & st , const Path & curPath,
doPath = [&](const FSAccessor::Stat & st, const Path & curPath,
const std::string & relPath, bool showDirectory)
{
if (st.type == FSAccessor::Type::tDirectory && !showDirectory) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment