aboutsummaryrefslogtreecommitdiff
path: root/tests/test_template.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_template.c')
-rw-r--r--tests/test_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_template.c b/tests/test_template.c
index e8f0c1d..3efb142 100644
--- a/tests/test_template.c
+++ b/tests/test_template.c
@@ -95,7 +95,7 @@ void test_tpl_register_func() {
struct testcase {
const char *key;
int argc;
- void *func;
+ tplfunc *func;
};
struct testcase tc[] = {
{.key = "add", .argc = 2, .func = &adder},