]> git.lyx.org Git - features.git/commitdiff
Add missing continue. I guess I found this when running latex with a symbol file...
authorVincent van Ravesteijn <vfr@lyx.org>
Wed, 10 Mar 2010 16:58:20 +0000 (16:58 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Wed, 10 Mar 2010 16:58:20 +0000 (16:58 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33698 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/MathFactory.cpp

index 4d91243fe6f91628dfe17e7c21bc8017e3d9c7a3..34933a078a03b38c1af612b99ec24d10140357e4 100644 (file)
@@ -134,6 +134,7 @@ void initSymbols()
                        continue;
                } else if (line.size() >= 4 && line.substr(0, 4) == "else") {
                        skip = !skip;
+                       continue;
                } else if (line.size() >= 5 && line.substr(0, 5) == "endif") {
                        skip = false;
                        continue;