Skip to content

Commit

Permalink
Possible fix for the build
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri van Heesch committed Jul 21, 2018
1 parent 301425d commit 5c4ee43
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/latexgen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2211,11 +2211,11 @@ void LatexGenerator::startCodeFragment()

void LatexGenerator::endCodeFragment()
{
if (DoxyCodeOpen)
{
t << "}\n";
DoxyCodeOpen = FALSE;
}
//if (DoxyCodeOpen)
//{
// t << "}\n";
// DoxyCodeOpen = FALSE;
//}
t << "\\end{DoxyCode}\n";
DoxyCodeOpen = FALSE;
}
Expand Down

0 comments on commit 5c4ee43

Please sign in to comment.