fixed c90 comment style
This commit is contained in:
@@ -78,8 +78,9 @@ static S64 fpDistance(const FingerPrint* fp1, const FingerPrint* fp2)
|
|||||||
return distance;
|
return distance;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Compare newEvents with pastEvents
|
/* Compare newEvents with pastEvents
|
||||||
// return 1 when considered "too different"
|
* return 1 when considered "too different"
|
||||||
|
*/
|
||||||
static int compareFingerprints(const FingerPrint* ref,
|
static int compareFingerprints(const FingerPrint* ref,
|
||||||
const FingerPrint* newfp,
|
const FingerPrint* newfp,
|
||||||
int penalty)
|
int penalty)
|
||||||
|
|||||||
Reference in New Issue
Block a user