Merge pull request #2923 from IAL32/patch-1

typo: Small spelling mistake in example
This commit is contained in:
Felix Handte
2021-12-13 13:15:21 -05:00
committed by GitHub
+1 -1
View File
@@ -135,6 +135,6 @@ int main(int argc, const char** argv)
compressFile_orDie(inFilename, outFilename, cLevel, nbThreads);
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;
}