]> git.lyx.org Git - lyx.git/blobdiff - src/vspace.C
partial framebox support
[lyx.git] / src / vspace.C
index aaada260e04a1cd481ec80566262a7c1a2360b95..9f86ce86deddf882fb72c99c2c9e9ea5ac2f1fd5 100644 (file)
@@ -349,7 +349,7 @@ VSpace::VSpace(string const & data)
 
        string::size_type const length = input.length();
 
-       if (length > 1 && input[length-1] == '*') {
+       if (length > 1 && input[length - 1] == '*') {
                keep_ = true;
                input.erase(length - 1);
        }