Skip to content

Commit

Permalink
Merge pull request #15 from Gymmasssorla/patch-1
Browse files Browse the repository at this point in the history
Fix the compilation error (README.md)
  • Loading branch information
Rookfighter committed May 15, 2019
2 parents e1b811c + bca5af4 commit 4cc9e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -50,7 +50,7 @@ int main(const int argc, const char **argv)
sarg_root root;
int ret;

ret = sarg_init(&root, my_opts);
ret = sarg_init(&root, my_opts, "program-name");
// handle error ...

ret = sarg_parse(&root, argv, argc);
Expand Down

0 comments on commit 4cc9e8d

Please sign in to comment.