aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2018-03-21 01:50:56 -0700
committerkatherine <shmibs@shmibbles.me>2018-03-21 01:50:56 -0700
commitd2043c1d4cc0a1ec2d7c4b2ed7f9b6d529514172 (patch)
tree5eaa340e7b4bf3f916c998e01c777984273b164d /README.md
parent810a5d355c14a2021b3fee539568a0dfef27d766 (diff)
downloadsimple-opt-d2043c1d4cc0a1ec2d7c4b2ed7f9b6d529514172.tar.gz
squanch clang errors
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]);