Skip to content

Commit acb83ff

Browse files
committed
Remove unnecessary fclose call from ass_read_matrix function
1 parent 5168977 commit acb83ff

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/sub.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ void ass_read_matrix(FILE* fh, char* csp) {
1919
if (!strcmp(buf, "[Events]"))
2020
break;
2121
}
22-
23-
fclose(fh);
2422
}
2523

2624
ASS_Track* parse_srt(FILE* fh, udata* ud, const char* srt_font)

0 commit comments

Comments
 (0)