1
0
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:
Carl Woffenden
2019-08-23 23:09:13 +02:00
parent c690f22e96
commit 36a59336da
2 changed files with 2 additions and 2 deletions

View File

@@ -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 ****/"

View File

@@ -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
*/
/*