diff options
Diffstat (limited to 'src/actionhelper.h')
-rw-r--r-- | src/actionhelper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actionhelper.h b/src/actionhelper.h index 3393ec3..3dea765 100644 --- a/src/actionhelper.h +++ b/src/actionhelper.h @@ -51,7 +51,7 @@ extern ListOpt list_make_options(cklist *args); /* PRINT RESULTS */ /*****************/ #define X(ACTION) \ - extern void print_##ACTION##_result(int ok); + extern void print_##ACTION##_result(int err); CK_ACTIONS #undef X |