]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetListingsParams.cpp
Fix crash when outputting XHTML. Not resetting the paragraphs
[lyx.git] / src / insets / InsetListingsParams.cpp
index db10eb7d8ae5bfee92f8d203f9aa23f7f456a8a4..d055fd01ddff8ccb704aab0d61d4ee26dedf2171 100644 (file)
@@ -36,7 +36,7 @@ enum param_type {
        INTEGER, // accept an integer
        LENGTH,  // accept a latex length
        ONEOF,  // accept one of a few values
-       SUBSETOF, // accept a string composed of given characters
+       SUBSETOF // accept a string composed of given characters
 };