Skip to content

Commit db505e9

Browse files
authored
test/test_addpfx.c: Fix declaration of pfxmultab (#428)
This was causing test failures on Debian's s390x architecture.
1 parent 7b714df commit db505e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_addpfx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// OBJECT ../src/addpfx.o
77
// OBJECT ../src/bands.o
88

9-
extern int pfxmultab;
9+
extern bool pfxmultab;
1010

1111
int find_worked_pfx(char *prefix);
1212

0 commit comments

Comments
 (0)