Skip to content

Commit e0efcd2

Browse files
authored
Merge pull request #3156 from rootkea/break
Tex: add missing `break` statement
2 parents b5bda24 + be0f06e commit e0efcd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

parsers/tex.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -932,6 +932,7 @@ static void parseTexFile (tokenInfo *const token)
932932
case KEYWORD_bibliography:
933933
eof = parseTagFull (token, TEXTAG_XINPUT, TEX_XINPUT_BIBLIOGRAPHY,
934934
false, &tokenUnprocessed);
935+
break;
935936
case KEYWORD_newcommand:
936937
eof = parseNewcommand (token, &tokenUnprocessed);
937938
break;

0 commit comments

Comments
 (0)