1
0
mirror of https://github.com/janet-lang/janet synced 2025-01-14 09:25:41 +00:00

Fix typo.

This commit is contained in:
bakpakin 2021-07-24 12:47:51 -05:00
parent 202783c67a
commit aafc595e3a

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;