aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c597fee..4d0dfe9 100644
--- a/README.md
+++ b/README.md
@@ -148,7 +148,7 @@ int main(int argc, char **argv)
/* if any non-option arguments were passed, print them */
if (result.argc > 0) {
- printf("\nnon-options:", result.argc);
+ printf("\nnon-options:");
for (i = 0; i < result.argc; i++)
printf(" %s", result.argv[i]);