Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaderi committed Aug 7, 2023
1 parent 33e9dbc commit 5fad72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/ndpi_bitmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ndpi_bitmap* ndpi_bitmap_copy(ndpi_bitmap* b) {

/* ******************************************* */

U_int64_t ndpi_bitmap_cardinality(ndpi_bitmap* b) {
u_int64_t ndpi_bitmap_cardinality(ndpi_bitmap* b) {
return(roaring_bitmap_get_cardinality((const roaring_bitmap_t *)b));
}

Expand Down

0 comments on commit 5fad72e

Please sign in to comment.