mirror of https://github.com/stella-emu/stella.git
Fix typo.
This commit is contained in:
parent
074c169c8c
commit
78a6b00dde
|
@ -164,7 +164,7 @@ void FSNodeWINDOWS::addFile(AbstractFSList& list, ListMode mode,
|
||||||
{
|
{
|
||||||
const char* const asciiName = find_data.cFileName;
|
const char* const asciiName = find_data.cFileName;
|
||||||
|
|
||||||
// Skip files starting with '.' (we assume empty filesnames never occur)
|
// Skip files starting with '.' (we assume empty filenames never occur)
|
||||||
if (asciiName[0] == '.')
|
if (asciiName[0] == '.')
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue