aboutsummaryrefslogtreecommitdiffstats
path: root/src/actions.c
diff options
context:
space:
mode:
authorgramanas <anastasis.gramm2@gmail.com>2018-11-16 18:05:57 +0200
committergramanas <anastasis.gramm2@gmail.com>2018-11-16 18:05:57 +0200
commit8eb4df24eb30353bea82268440396e50ed8b1bbc (patch)
treec885ab94952315f64bd596512cd23d0ef5509b3e /src/actions.c
parent2919a5e2c1d33d170bffc93dfeaa6292b9fa3dca (diff)
downloadck-8eb4df24eb30353bea82268440396e50ed8b1bbc.tar.gz
ck-8eb4df24eb30353bea82268440396e50ed8b1bbc.tar.bz2
ck-8eb4df24eb30353bea82268440396e50ed8b1bbc.zip
Fix bugs in test-ck and simplify clparser
Diffstat (limited to 'src/actions.c')
-rw-r--r--src/actions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions.c b/src/actions.c
index c977aee..3293e53 100644
--- a/src/actions.c
+++ b/src/actions.c
@@ -292,7 +292,7 @@ int run_HELP(UserOpt *opt, Conf *conf) {
}
switch(parser_get_action(list_get(opt->args), NULL)) {
-#define X(ACTION) \
+#define X(ACTION, MIN, MAX) \
case CKA_##ACTION: \
HELP("%s", get_possible_action_strings(tmp, CKA_##ACTION)); \
print_##ACTION##_help(); \