]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Fix a very small formatting typo in the lib/README.md file 3763/head
authorDominik Loidolt <dominik.loidolt@univie.ac.at>
Tue, 19 Sep 2023 14:22:47 +0000 (16:22 +0200)
committerDominik Loidolt <dominik.loidolt@univie.ac.at>
Tue, 19 Sep 2023 14:22:47 +0000 (16:22 +0200)
lib/README.md

index 47982093382f24bcde5946c62f856c114a1fbe94..572b7df78a188683b5a266eb83358402baf529d5 100644 (file)
@@ -88,7 +88,7 @@ The file structure is designed to make this selection manually achievable for an
         For example, advanced API for version `v0.4` is exposed in `lib/legacy/zstd_v04.h` .
 
 - While invoking `make libzstd`, it's possible to define build macros
-        `ZSTD_LIB_COMPRESSIONZSTD_LIB_DECOMPRESSION`, `ZSTD_LIB_DICTBUILDER`,
+        `ZSTD_LIB_COMPRESSION`, `ZSTD_LIB_DECOMPRESSION`, `ZSTD_LIB_DICTBUILDER`,
         and `ZSTD_LIB_DEPRECATED` as `0` to forgo compilation of the
         corresponding features. This will also disable compilation of all
         dependencies (e.g. `ZSTD_LIB_COMPRESSION=0` will also disable