Skip to content

Commit

Permalink
Update src/apps/filters/h3.c
Browse files Browse the repository at this point in the history
Co-authored-by: Isaac Brodsky <[email protected]>
  • Loading branch information
dfellis and isaacbrodsky committed Oct 14, 2024
1 parent 96157c2 commit a4427ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/filters/h3.c
Original file line number Diff line number Diff line change
Expand Up @@ -2127,7 +2127,7 @@ SUBCOMMAND(getNumCells,
if (err) {
return err;
}
printf("%" PRIu64 "\n", numCells);
printf("%" PRId64 "\n", numCells);
return E_SUCCESS;
}

Expand Down

0 comments on commit a4427ef

Please sign in to comment.