diff options
Diffstat (limited to 'module/zstd/lib/common/zstd_common.c')
-rw-r--r-- | module/zstd/lib/common/zstd_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/zstd/lib/common/zstd_common.c b/module/zstd/lib/common/zstd_common.c index 91fe3323a..935670b1d 100644 --- a/module/zstd/lib/common/zstd_common.c +++ b/module/zstd/lib/common/zstd_common.c @@ -30,7 +30,7 @@ const char* ZSTD_versionString(void) { return ZSTD_VERSION_STRING; } /*-**************************************** * ZSTD Error Management ******************************************/ -#undef ZSTD_isError /* defined within zstd_internal.h */ + /*! ZSTD_isError() : * tells if a return value is an error code * symbol is required for external callers */ |