Skip to content

Commit c892feb

Browse files
lazkammuetzel
andcommitted
Update web/docs/c.md
Co-authored-by: Markus Mützel <[email protected]>
1 parent 3cbbf79 commit c892feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/docs/c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ With mingw-w64 there are three ways wildcard expansion con be configured:
2222
int _dowildcard = 0;
2323
```
2424

25-
3. You can link in `CRT_noglob.o` or `CRT_noglob.o` to disable or enable wildcard expansion. This will error out if `_dowildcard` is already set in the source.
25+
3. You can link in `CRT_noglob.o` or `CRT_glob.o` to disable or enable wildcard expansion, respectively. This will error out if `_dowildcard` is already set in the source.
2626

2727
```bash
2828
# To enable force-enable wildcard expansion

0 commit comments

Comments
 (0)