diff options
Diffstat (limited to 'src/ck.c')
-rw-r--r-- | src/ck.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |