From 3b0aca81f59fedf475bad708c8dad05cc7085670 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Fri, 25 Sep 2015 11:51:18 +0930 Subject: [PATCH] CCAN: update. Trivial updae. Signed-off-by: Rusty Russell --- ccan/README | 2 +- ccan/ccan/short_types/test/run-endian.c | 2 +- ccan/ccan/short_types/test/run.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ccan/README b/ccan/README index 9d6e84697..4f833260e 100644 --- a/ccan/README +++ b/ccan/README @@ -1,3 +1,3 @@ CCAN imported from http://ccodearchive.net. -CCAN version: init-2039-g396f2fc +CCAN version: init-2049-gc2966d1 diff --git a/ccan/ccan/short_types/test/run-endian.c b/ccan/ccan/short_types/test/run-endian.c index 17508e11e..108e3ab7d 100644 --- a/ccan/ccan/short_types/test/run-endian.c +++ b/ccan/ccan/short_types/test/run-endian.c @@ -4,7 +4,7 @@ #include #include -int main(int argc, char *argv[]) +int main(void) { plan_tests(6); diff --git a/ccan/ccan/short_types/test/run.c b/ccan/ccan/short_types/test/run.c index 6da3f9bc0..2bff4b78b 100644 --- a/ccan/ccan/short_types/test/run.c +++ b/ccan/ccan/short_types/test/run.c @@ -3,7 +3,7 @@ #include #include -int main(int argc, char *argv[]) +int main(void) { plan_tests(16);