1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-29 11:21:22 +03:00

Remove dead code and method name typo

This commit is contained in:
Casey McGinty
2018-09-11 11:56:50 -07:00
parent d4337b6f1d
commit 2224ecd718
2 changed files with 1 additions and 8 deletions

View File

@ -512,7 +512,7 @@ int main(int argCount, const char* argv[])
memset(&compressionParams, 0, sizeof(compressionParams));
/* init crash handler */
ZSTD_addAbortHandler();
FIO_addAbortHandler();
/* command switches */
for (argNb=1; argNb<argCount; argNb++) {