提交 dc57696c 编写于 作者: R Rich Salz

Fix output text to avoid gratuitious git diff

Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 219116d8
......@@ -48,7 +48,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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册