summaryrefslogtreecommitdiffstats
path: root/apps/errstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/errstr.c')
-rw-r--r--apps/errstr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/errstr.c b/apps/errstr.c
index 6bbbe2f6ae..8b993fa20e 100644
--- a/apps/errstr.c
+++ b/apps/errstr.c
@@ -1,5 +1,5 @@
/*
- * Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
@@ -50,9 +50,9 @@ int errstr_main(int argc, char **argv)
ret = 0;
for (argv = opt_rest(); *argv; argv++) {
- if (sscanf(*argv, "%lx", &l) == 0)
+ if (sscanf(*argv, "%lx", &l) == 0) {
ret++;
- else {
+ } else {
/* We're not really an SSL application so this won't auto-init, but
* we're still interested in SSL error strings
*/