Browse Source

failtest: fix void * arithmetic in example.

Rusty Russell 15 years ago
parent
commit
ee0626765b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ccan/failtest/_info

+ 1 - 1
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);