fixed c90 comment style

This commit is contained in:
Yann Collet
2024-10-23 11:50:56 -07:00
parent 20c3d176cd
commit 6dc52122e6
+3 -2
View 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)