]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
fixed c90 comment style
authorYann Collet <cyan@fb.com>
Thu, 17 Oct 2024 21:52:49 +0000 (14:52 -0700)
committerYann Collet <cyan@fb.com>
Thu, 17 Oct 2024 21:52:49 +0000 (14:52 -0700)
lib/compress/zstd_preSplit.c

index 93e77248b3c81abcb83152d67cd378bada8944b5..3256905dffb46439caf7f6e5406b70de8e29cea3 100644 (file)
@@ -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)