]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_casesinset.C
Fix reading of math macros
[lyx.git] / src / mathed / math_casesinset.C
index 08fec53a24a2198e6d49bc417c2258dc48324f12..8fe06a6a7eb099d9fad49b8876a4dca2ee99e69c 100644 (file)
@@ -52,7 +52,7 @@ void MathCasesInset::normalize(NormalStream & os) const
 {
        os << "[cases ";
        MathGridInset::normalize(os);
-       os << "]";
+       os << ']';
 }
 
 
@@ -60,7 +60,7 @@ void MathCasesInset::maplize(MapleStream & os) const
 {
        os << "cases(";
        MathGridInset::maplize(os);
-       os << ")";
+       os << ')';
 }