]> git.lyx.org Git - features.git/blobdiff - src/Text2.cpp
Comment: add matching parenthesis
[features.git] / src / Text2.cpp
index 2b3cb48623fe38848afd12447cbcc46be0c4bc6d..6ce41a6d52fcf41b523b9c9668a8a2fb7e48d4e0 100644 (file)
@@ -783,7 +783,7 @@ namespace {
 
 /** delete num_spaces characters between from and to. Return the
  * number of spaces that got physically deleted (not marked as
- * deleted */
+ * deleted) */
 int deleteSpaces(Paragraph & par, pos_type const from, pos_type to,
                                  int num_spaces, bool const trackChanges)
 {