From: Rusty Russell Date: Mon, 28 Mar 2011 04:00:56 +0000 (+1030) Subject: failtest: fix void * arithmetic in example. X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=ee0626765b8cbf209cece44090e689726ac334ed failtest: fix void * arithmetic in example. --- 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);