Skip to content

Commit 23e7abc

Browse files
AZero13millert
authored andcommitted
Use debug_return_bool, not debug_return_int
1 parent e36b7aa commit 23e7abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/iolog/iolog_eof.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ iolog_eof(struct iolog_file *iol)
4545
else
4646
#endif
4747
ret = feof(iol->fd.f) != 0;
48-
debug_return_int(ret);
48+
debug_return_bool(ret);
4949
}

0 commit comments

Comments
 (0)