From 405afc36e0929d887188be09a5886f79ff0ea1c4 Mon Sep 17 00:00:00 2001 From: gramanas Date: Sat, 22 Sep 2018 12:58:22 +0300 Subject: Standarize error codes --- src/actionhelper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/actionhelper.h') 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 -- cgit v1.2.3