mirror of
https://github.com/facebook/zstd.git
synced 2025-12-24 17:21:03 +03:00
Minor fix for files with spaces. Typo.
This commit is contained in:
@@ -46,7 +46,7 @@ function add_file {
|
||||
# And we've not previously encountered it
|
||||
FOUND="$FOUND $inc"
|
||||
echo "/**** start inlining $inc ****/"
|
||||
add_file $inc
|
||||
add_file "$inc"
|
||||
echo "/**** ended inlining $inc ****/"
|
||||
else
|
||||
echo "/**** skipping file: $inc ****/"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*
|
||||
* Generate using:
|
||||
* \code
|
||||
* makelib.sh -r "../../lib ../../lib/common ../../lib/decompress" zstddeclib-in.c > zstddeclib.c
|
||||
* combine.sh -r "../../lib ../../lib/common ../../lib/decompress" zstddeclib-in.c > zstddeclib.c
|
||||
* \endcode
|
||||
*/
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user