Skip to content

Commit cc6cfb5

Browse files
authored
Add missing #endif in _{a,t,w}cmdln reference
1 parent a6b6fe9 commit cc6cfb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/c-runtime-library/acmdln-tcmdln-wcmdln.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ wchar_t * _wcmdln;
2424
#define _tcmdln _wcmdln
2525
#else
2626
#define _tcmdln _acmdln
27+
#endif
2728
```
2829

2930
## Remarks

0 commit comments

Comments
 (0)