diff options
-rw-r--r-- | tools/ccanlint/tests/examples_run.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ccanlint/tests/examples_run.c b/tools/ccanlint/tests/examples_run.c index 3cb456d4..103e1798 100644 --- a/tools/ccanlint/tests/examples_run.c +++ b/tools/ccanlint/tests/examples_run.c @@ -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; |