aboutsummaryrefslogtreecommitdiffstats
path: root/src/ck.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ck.c')
-rw-r--r--src/ck.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ck.c b/src/ck.c
index 1370008..1be7298 100644
--- a/src/ck.c
+++ b/src/ck.c
@@ -28,7 +28,7 @@
*
* -------------------------------------------------------------------------- */
-#include "actionhelper.h"
+#include "actions.h"
#include "dblayer.h"
#include "cklist.h"
#include "ckutil.h"
@@ -68,7 +68,6 @@ int main(int argc, const char **argv) {
#define X(ACTION) \
case CKA_##ACTION: \
rc = run_##ACTION(&opt, &conf); \
- print_##ACTION##_result(rc); \
break;
CK_ACTIONS
#undef X