From ee0626765b8cbf209cece44090e689726ac334ed Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Mon, 28 Mar 2011 14:30:56 +1030 Subject: [PATCH] failtest: fix void * arithmetic in example. --- ccan/failtest/_info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccan/failtest/_info b/ccan/failtest/_info index 830fce49..3478a02b 100644 --- a/ccan/failtest/_info +++ b/ccan/failtest/_info @@ -27,7 +27,7 @@ * * int main(int argc, char *argv[]) * { - * void *a, *b; + * char *a, *b; * * failtest_init(argc, argv); * plan_tests(3); -- 2.39.2