summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-08-05 11:16:07 -0400
committerRich Salz <rsalz@openssl.org>2016-08-05 11:19:33 -0400
commit684bc13e58c3c53b414a5a775b1118f04ad78bd7 (patch)
tree2d3ce9e40bd4a1866f1525d2d21ba31da2307a49 /apps
parent10d2ec0cbe1be4479ab8b4577bf864154724af20 (diff)
Make update, etc.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'apps')
-rw-r--r--apps/progs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/progs.h b/apps/progs.h
index ac9d20804b..5f6f07f89d 100644
--- a/apps/progs.h
+++ b/apps/progs.h
@@ -18,7 +18,7 @@ typedef enum FUNC_TYPE {
typedef struct function_st {
FUNC_TYPE type;
const char *name;
- int (*func)(int argc,char *argv[]);
+ int (*func)(int argc, char *argv[]);
const OPTIONS *help;
} FUNCTION;