modified error system, following suggestions by @nemequ

This commit is contained in:
Yann Collet
2016-01-21 15:38:47 +01:00
parent 74ce8e812c
commit 977f1f3600
8 changed files with 117 additions and 38 deletions
+1 -1
View File
@@ -334,7 +334,7 @@ static const ZSTD_parameters ZSTD_defaultParameters[4][ZSTD_MAX_CLEVEL+1] = {
/* *************************************
* Error management
***************************************/
#include "error.h"
#include "error_public.h"
#if defined (__cplusplus)