From: Yann Collet Date: Thu, 17 Oct 2024 21:52:49 +0000 (-0700) Subject: fixed c90 comment style X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=017d4f38f2aeb40bcc12aef67e448873a56cdd29;p=thirdparty%2Fzstd.git fixed c90 comment style --- diff --git a/lib/compress/zstd_preSplit.c b/lib/compress/zstd_preSplit.c index 93e77248b..3256905df 100644 --- a/lib/compress/zstd_preSplit.c +++ b/lib/compress/zstd_preSplit.c @@ -78,8 +78,9 @@ static S64 fpDistance(const FingerPrint* fp1, const FingerPrint* fp2) return distance; } -// Compare newEvents with pastEvents -// return 1 when considered "too different" +/* Compare newEvents with pastEvents + * return 1 when considered "too different" + */ static int compareFingerprints(const FingerPrint* ref, const FingerPrint* newfp, int penalty)