]> git.lyx.org Git - features.git/commitdiff
fix typo: double semicolon at line end of code
authorStephan Witt <switt@lyx.org>
Wed, 29 Dec 2010 21:34:33 +0000 (21:34 +0000)
committerStephan Witt <switt@lyx.org>
Wed, 29 Dec 2010 21:34:33 +0000 (21:34 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37044 a592a061-630c-0410-9148-cb99ea01b6c8

src/Text3.cpp

index 9d63fa78b785b6041b062723b61ed67f5b4246e1..6807238594894adb450ad42d1f0adc3d111e780c 100644 (file)
@@ -839,7 +839,7 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
                                Cursor dummy = cur;
                                dummy.pos() = dummy.pit() = 0;
                                if (cur.bv().checkDepm(dummy, cur))
-                                       cur.forceBufferUpdate();;
+                                       cur.forceBufferUpdate();
                        }
                }
                break;