Fix typo.

This commit is contained in:
bakpakin 2021-07-24 12:47:51 -05:00
parent 202783c67a
commit aafc595e3a
1 changed files with 0 additions and 1 deletions

View File

@ -1845,7 +1845,6 @@ static Janet os_open(int32_t argc, Janet *argv) {
case 'W':
shareMode |= FILE_SHARE_WRITE;
break;
gg
case 'H':
flagsAndAttributes |= FILE_ATTRIBUTE_HIDDEN;
break;