From 2f46b1abf8151e61aa1dd3fdc953f95f047f29f5 Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Mon, 20 Jan 2020 21:09:31 +0100 Subject: [PATCH] vector_to_header did not return 0 --- tests/gen/vector_to_header.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/gen/vector_to_header.c b/tests/gen/vector_to_header.c index 376b588..a043398 100644 --- a/tests/gen/vector_to_header.c +++ b/tests/gen/vector_to_header.c @@ -113,4 +113,5 @@ int main(int argc, char** argv) printf("%s_%d_size, ", prefix, i); } printf("};\n"); + return 0; } -- 2.47.3