Skip to content

Commit 1a4692a

Browse files
committed
PDP10: Standard bool fix
Change build_dib_tab() return type to t_stat return type (was t_bool)
1 parent f2175db commit 1a4692a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PDP10/pdp10_ksio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1867,7 +1867,7 @@ return;
18671867

18681868
/* Build dib_tab from device list */
18691869

1870-
t_bool build_dib_tab (void)
1870+
t_stat build_dib_tab (void)
18711871
{
18721872
int32 i, j, k;
18731873
DEVICE *dptr;

0 commit comments

Comments
 (0)