diff --git a/src/ivfflat.h b/src/ivfflat.h index c29d6ad..b55a75d 100644 --- a/src/ivfflat.h +++ b/src/ivfflat.h @@ -165,7 +165,7 @@ typedef IvfflatListData * IvfflatList; typedef struct IvfflatScanList { - pairingheap_node ph_node; /* must come first */ + pairingheap_node ph_node; BlockNumber startPage; double distance; } IvfflatScanList;