From 587a20a12af1fbc96480764eef379bffd3ece6c7 Mon Sep 17 00:00:00 2001 From: Bimba Shrestha Date: Mon, 20 Apr 2020 10:25:58 -0700 Subject: [PATCH] adding newline --- programs/fileio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/fileio.c b/programs/fileio.c index d450f5c98..62f31f300 100644 --- a/programs/fileio.c +++ b/programs/fileio.c @@ -814,7 +814,7 @@ static void FIO_adjustParamsForPatchFromMode(FIO_prefs_t* const prefs, } if (cParams.strategy >= ZSTD_btopt) { DISPLAYLEVEL(1, "[Optimal parser notes] Consider the following to improve patch size at the cost of speed:\n"); - DISPLAYLEVEL(1, "- Use --single-thread mode in the zstd cli"); + DISPLAYLEVEL(1, "- Use --single-thread mode in the zstd cli\n"); DISPLAYLEVEL(1, "- Set a larger targetLength (eg. --zstd=targetLength=4096)\n"); DISPLAYLEVEL(1, "- Set a larger chainLog (eg. --zstd=chainLog=31)\n"); DISPLAYLEVEL(1, "Also consdier playing around with searchLog and hashLog\n"); -- 2.47.2