]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Don't Rely on Implicit Return in Main
authorW. Felix Handte <w@felixhandte.com>
Tue, 17 Dec 2019 19:26:18 +0000 (11:26 -0800)
committerW. Felix Handte <w@felixhandte.com>
Tue, 17 Dec 2019 19:26:18 +0000 (11:26 -0800)
contrib/diagnose_corruption/check_flipped_bits.c

index 8555959e4189b5b17d70fd1cad453ddf3a7ab456..23b53287fc708b2ddcc962136ff06202a5e1141e 100644 (file)
@@ -214,4 +214,6 @@ int main(int argc, char* argv[]) {
   perturb_bytes(&stuff);
 
   free_stuff(&stuff);
+
+  return 0;
 }
\ No newline at end of file