]> git.lyx.org Git - features.git/commitdiff
fix typo: duplicate semicolon at line end of code
authorStephan Witt <switt@lyx.org>
Mon, 20 Dec 2010 12:01:12 +0000 (12:01 +0000)
committerStephan Witt <switt@lyx.org>
Mon, 20 Dec 2010 12:01:12 +0000 (12:01 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36964 a592a061-630c-0410-9148-cb99ea01b6c8

src/Text3.cpp

index ed30cf64ccd4aca6b995539aa281aba16a26b8ba..5146d5262a1b90ae8927171173c9020a06c43020 100644 (file)
@@ -625,7 +625,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;