aboutsummaryrefslogtreecommitdiffstats
path: root/src/ck.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ck.c')
-rw-r--r--src/ck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ck.c b/src/ck.c
index 361d9f0..b9e6f53 100644
--- a/src/ck.c
+++ b/src/ck.c
@@ -62,7 +62,7 @@ int main(int argc, const char **argv) {
/* Run action and print results */
switch(opt.action) {
-#define X(ACTION, MIN, MAX) \
+#define X(ACTION, MIN, MAX) \
case CKA_##ACTION: \
rc = run_##ACTION(&opt, &conf); \
break;