make update
authorMatt Caswell <matt@openssl.org>
Thu, 4 Aug 2016 14:00:43 +0000 (15:00 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 4 Aug 2016 14:00:43 +0000 (15:00 +0100)
Reviewed-by: Richard Levitte <levitte@openssl.org>
apps/progs.h

index 5f6f07f89d16f0313023927cb2e017c65335113d..ac9d20804b0861aa4507c551d15926b34aa25987 100644 (file)
@@ -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;