diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2017-01-26 00:53:53 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2017-01-26 00:53:53 +0000 |
commit | 16f42b4fdd9fcdc6e5971baa8a80a7bd2ee04763 (patch) | |
tree | b6753da5e46d9feedf74d859defea1f1c2cd6192 | |
parent | c9bd62f520307f6132a2cfc4cecf6ede8c73301b (diff) |
style
-rw-r--r-- | usr.sbin/ocspcheck/ocspcheck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ocspcheck/ocspcheck.c b/usr.sbin/ocspcheck/ocspcheck.c index 38ec5a0eccb..5b665a08765 100644 --- a/usr.sbin/ocspcheck/ocspcheck.c +++ b/usr.sbin/ocspcheck/ocspcheck.c @@ -501,7 +501,7 @@ usage(void) } int -main (int argc, char **argv) +main(int argc, char **argv) { char *host = NULL, *path = "/", *certfile = NULL, *outfile = NULL, *cafile = NULL; |