diff options
Diffstat (limited to 'src/actions.h')
-rw-r--r-- | src/actions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions.h b/src/actions.h index b9d2192..e7e5636 100644 --- a/src/actions.h +++ b/src/actions.h @@ -23,7 +23,7 @@ CK_ACTIONS #undef X -#define X(ACTION) \ +#define X(ACTION) \ extern void print_##ACTION##_result(int ok); CK_ACTIONS #undef X |