diff options
| author | ruki <[email protected]> | 2023-01-21 00:41:42 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-01-21 00:41:42 +0800 |
| commit | b0734d56173d4789dd882d68491b1ff8343683c2 (patch) | |
| tree | 68116643de4c257f1320daa907fc335218f49db4 | |
| parent | b524aed91299e389bbd5225182fe59b905193f66 (diff) | |
fix typo
| -rw-r--r-- | core/src/xmake/lz4/prefix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/xmake/lz4/prefix.h b/core/src/xmake/lz4/prefix.h index 41899093a..7efdc71d3 100644 --- a/core/src/xmake/lz4/prefix.h +++ b/core/src/xmake/lz4/prefix.h @@ -30,7 +30,7 @@ #include "lz4hc.h" /* ////////////////////////////////////////////////////////////////////////////////////// - * macros + * types */ // we need define LZ4_byte if < 1.9.3 |
