From: Loup Vaillant Date: Mon, 20 Jan 2020 20:09:31 +0000 (+0100) Subject: vector_to_header did not return 0 X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=2f46b1abf8151e61aa1dd3fdc953f95f047f29f5;p=Monocypher.git vector_to_header did not return 0 --- 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; }