summaryrefslogtreecommitdiffstats
path: root/programs/util.h
diff options
context:
space:
mode:
authorNick Terrell <terrelln@fb.com>2016-11-11 01:27:56 (GMT)
committerNick Terrell <terrelln@fb.com>2016-11-11 01:27:56 (GMT)
commit5b37837e6e872bb57c8c7d07d6d4ff94176b8c59 (patch)
tree39016706f705efb7639d27d9e80f07d7b8a13403 /programs/util.h
parent1f246a98992fa7035823bedf6a0b7612fc290592 (diff)
downloadlz4-5b37837e6e872bb57c8c7d07d6d4ff94176b8c59.zip
lz4-5b37837e6e872bb57c8c7d07d6d4ff94176b8c59.tar.gz
lz4-5b37837e6e872bb57c8c7d07d6d4ff94176b8c59.tar.bz2
Fix license and remove references to zstd
Diffstat (limited to 'programs/util.h')
-rw-r--r--programs/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/util.h b/programs/util.h
index d76ce6a..1ad61bc 100644
--- a/programs/util.h
+++ b/programs/util.h
@@ -427,7 +427,7 @@ UTIL_STATIC int UTIL_prepareFileList(const char *dirName, char** bufStart, size_
UTIL_STATIC int UTIL_prepareFileList(const char *dirName, char** bufStart, size_t* pos, char** bufEnd)
{
(void)bufStart; (void)bufEnd; (void)pos;
- fprintf(stderr, "Directory %s ignored (zstd compiled without _WIN32 or _POSIX_C_SOURCE)\n", dirName);
+ fprintf(stderr, "Directory %s ignored (lz4 compiled without _WIN32 or _POSIX_C_SOURCE)\n", dirName);
return 0;
}