Skip to content

Commit

Permalink
Remove no longer needed cast
Browse files Browse the repository at this point in the history
  • Loading branch information
bbonev committed Feb 29, 2024
1 parent b210ec5 commit dd2dbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xxxid_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ inline struct xxxid_stats_arr *fetch_data(filter_callback filter) {
if (!a)
return NULL;

pidgen_cb((pg_cb)pid_cb,a,filter);
pidgen_cb(pid_cb,a,filter);
return a;
}

0 comments on commit dd2dbd1

Please sign in to comment.