]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/examples_run.c
ccanlint: fix error with --target=build
[ccan] / tools / ccanlint / tests / examples_run.c
index 3cb456d49fa69d38f073f76229aa706b1ccb8e5a..103e1798f03b0c5eea721917322ccdd8cd18f14a 100644 (file)
@@ -26,7 +26,7 @@ static const char *can_run(struct manifest *m)
 
 /* Very dumb scanner, allocates %s-strings. */
 static bool scan_forv(const void *ctx,
-                     const char *input, const char *fmt, const va_list *args)
+                     const char *input, const char *fmt, va_list *args)
 {
        va_list ap;
        bool ret;