Skip to content

Commit

Permalink
fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
JaDogg authored Feb 17, 2024
1 parent 2ffd07b commit 0992783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ below.
```
/* This is your true main function */
static int
_main(int argc, wchar_t *argv[])
_main(int argc, char *argv[])
{
/* ... */
}
Expand Down

0 comments on commit 0992783

Please sign in to comment.