mirror of
https://github.com/facebook/zstd.git
synced 2025-07-30 22:23:13 +03:00
typo: Small spelling mistake in example
Just a couple of characters: `main` -> `may`
This commit is contained in:
@ -135,6 +135,6 @@ int main(int argc, const char** argv)
|
|||||||
compressFile_orDie(inFilename, outFilename, cLevel, nbThreads);
|
compressFile_orDie(inFilename, outFilename, cLevel, nbThreads);
|
||||||
|
|
||||||
free(outFilename); /* not strictly required, since program execution stops there,
|
free(outFilename); /* not strictly required, since program execution stops there,
|
||||||
* but some static analyzer main complain otherwise */
|
* but some static analyzer may complain otherwise */
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user