1
0
mirror of https://github.com/facebook/zstd.git synced 2025-08-05 19:15:58 +03:00

Don't Rely on Implicit Return in Main

This commit is contained in:
W. Felix Handte
2019-12-17 11:26:18 -08:00
parent d73e2fb465
commit 4584c88a99

View File

@@ -214,4 +214,6 @@ int main(int argc, char* argv[]) {
perturb_bytes(&stuff); perturb_bytes(&stuff);
free_stuff(&stuff); free_stuff(&stuff);
return 0;
} }