Debug log when EOF

This commit is contained in:
Wilson Lin 2018-07-20 22:36:20 +12:00
parent 286547e209
commit 9ca1294f26
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ hb_eod_char_t hbu_fstreamin_read(hbu_fstreamin_t fstreamin) {
}
// Must be EOF
hbe_debug("Input stream has reached EOF");
return HB_EOD;
}