Skip to content

Commit

Permalink
test/test_addpfx.c: Fix declaration of pfxmultab (#428)
Browse files Browse the repository at this point in the history
This was causing test failures on Debian's s390x architecture.
  • Loading branch information
df7cb committed Mar 27, 2024
1 parent 7b714df commit db505e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_addpfx.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// OBJECT ../src/addpfx.o
// OBJECT ../src/bands.o

extern int pfxmultab;
extern bool pfxmultab;

int find_worked_pfx(char *prefix);

Expand Down

0 comments on commit db505e9

Please sign in to comment.