diff options
author | Indragie Karunaratne <i@indragie.com> | 2020-08-05 21:34:07 (GMT) |
---|---|---|
committer | Indragie Karunaratne <i@indragie.com> | 2020-08-05 21:34:07 (GMT) |
commit | ae1372690d3925d893cac44ab6e9a2d6aaff819f (patch) | |
tree | 715419a841ecfd02989aaf598471dbd55447e93d /lib/lz4frame.h | |
parent | 8ec5ee30be6dc156f6aa4e2d66eef521f35dc1ee (diff) | |
download | lz4-ae1372690d3925d893cac44ab6e9a2d6aaff819f.zip lz4-ae1372690d3925d893cac44ab6e9a2d6aaff819f.tar.gz lz4-ae1372690d3925d893cac44ab6e9a2d6aaff819f.tar.bz2 |
LZ4LIB_VISIBILITY -> LZ4FLIB_VISIBILITY in comment
Diffstat (limited to 'lib/lz4frame.h')
-rw-r--r-- | lib/lz4frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lz4frame.h b/lib/lz4frame.h index b6ac587..eba9c9e 100644 --- a/lib/lz4frame.h +++ b/lib/lz4frame.h @@ -66,7 +66,7 @@ extern "C" { *****************************************************************/ /* LZ4_DLL_EXPORT : * Enable exporting of functions when building a Windows DLL - * LZ4LIB_VISIBILITY : + * LZ4FLIB_VISIBILITY : * Control library symbols visibility. */ #ifndef LZ4FLIB_VISIBILITY |