Skip to content

Commit

Permalink
Fix rig_list_foreach in testmW2power.c
Browse files Browse the repository at this point in the history
  • Loading branch information
mdblack98 committed Dec 29, 2024
1 parent ac8a8b2 commit 028d750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testmW2power.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

int nrigs = 0;

int callback(struct rig_caps *caps, rig_ptr_t rigp)
int callback(const struct rig_caps *caps, rig_ptr_t rigp)
{
RIG *rig = (RIG *) rigp;

Expand Down

0 comments on commit 028d750

Please sign in to comment.