| commit | bb1365dd7736b264738f50b683a0f81a2ed11aba | [log] [tgz] |
|---|---|---|
| author | Wayne Davison <wayne@opencoder.net> | Fri Jul 10 09:47:16 2020 -0700 |
| committer | Wayne Davison <wayne@opencoder.net> | Fri Jul 10 09:47:16 2020 -0700 |
| tree | 81a532eed647cd6a635d6fd4a0c1ee00b031453f | |
| parent | bcc273d460c4d231001a361fd0e5702578f9f1be [diff] |
Fix see_token zstd case.
diff --git a/token.c b/token.c index cad6b64..61be8dd 100644 --- a/token.c +++ b/token.c
@@ -1093,13 +1093,13 @@ break; case CPRES_ZLIBX: break; -#ifdef SUPPORT_LZ4 - case CPRES_LZ4: - /*see_uncompressed_token(data, toklen);*/ +#ifdef SUPPORT_ZSTD + case CPRES_ZSTD: break; #endif #ifdef SUPPORT_LZ4 - case CPRES_ZSTD: + case CPRES_LZ4: + /*see_uncompressed_token(data, toklen);*/ break; #endif default: