1
0
mirror of https://github.com/janet-lang/janet synced 2025-03-24 09:16:55 +00:00

Fix typo.

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

@ -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;