1
0
mirror of https://github.com/fumiama/base16384.git synced 2026-06-05 02:00:31 +08:00

chore(ci): make lint happy

This commit is contained in:
源文雨
2024-04-04 21:52:16 +09:00
parent 2abcc1489a
commit b451127638

View File

@@ -98,6 +98,7 @@ int main() {
fputs("testing base16384_en/decode_file...\n", stderr);
init_input_file();
for(i = TEST_SIZE; i > 0; i--) {
fprintf(stderr, "loop@%d\n", i);
reset_and_truncate(fd, i);
loop_ok(close(fd), i, "close");
fputs("base16384_encode_file\n", stderr);