aboutsummaryrefslogtreecommitdiffstats
path: root/src/actionhelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/actionhelper.h')
-rw-r--r--src/actionhelper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actionhelper.h b/src/actionhelper.h
index 0c96a8a..f7da0dd 100644
--- a/src/actionhelper.h
+++ b/src/actionhelper.h
@@ -56,7 +56,7 @@ int restore_make_links(cklist *from, cklist *to);
/************************/
/* PRINT RESULTS & HELP */
/************************/
-#define X(ACTION) \
+#define X(ACTION) \
void print_##ACTION##_result(int err); \
void print_##ACTION##_help(void);
CK_ACTIONS