[fix bug]

This commit is contained in:
Hui Li 2020-08-11 17:03:48 +08:00
parent 8f886b890a
commit 32c81edca4
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ typedef struct DemoArguments {
static struct argp argp = {options, parse_opt, 0, 0};
void parse_args(int argc, char *argv[], SDemoArguments *arguments) {
argp_parse(&argp, argc, argv, 0, 0, &arguments);
argp_parse(&argp, argc, argv, 0, 0, arguments);
if (arguments->abort) {
#ifndef _ALPINE
error(10, 0, "ABORTED");