Skip to content

Commit

Permalink
mmxtex.c: remove two unreachable 'break;'
Browse files Browse the repository at this point in the history
  • Loading branch information
benjub committed Nov 19, 2023
1 parent e5a963c commit 6523fc7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mmwtex.c
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,6 @@ vstring getCommentModeSection(vstring *srcptr, char *mode)
// Leave old code in case user continues through the bug
*mode = 0; // End of comment
return "";
break;
default:
*mode = 'n';
break;
Expand All @@ -1215,7 +1214,6 @@ vstring getCommentModeSection(vstring *srcptr, char *mode)
}
*srcptr = ptr;
return modeSection;
break;
}
} else {
if (ptr[0] == 0) {
Expand Down

0 comments on commit 6523fc7

Please sign in to comment.