Typo
This commit is contained in:
parent
ad228d84e5
commit
8af704eef1
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue