Skip to content

Commit

Permalink
use uint32 instead of uint32_t
Browse files Browse the repository at this point in the history
  • Loading branch information
funny-falcon committed Feb 8, 2024
1 parent 89bbbfc commit 3e7c702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ptrack.c
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ ptrack_filelist_getnext(PtScanCtx * ctx)
ListCell *cell;
char *fullpath;
struct stat fst;
uint32_t rel_st_size = 0;
uint32 rel_st_size = 0;

get_next:

Expand Down

0 comments on commit 3e7c702

Please sign in to comment.