make update

Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
Matt Caswell 2016-08-04 15:00:43 +01:00
parent c98740f8a6
commit a3507a1107

View 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;