From: Stephan Witt Date: Wed, 29 Dec 2010 21:34:33 +0000 (+0000) Subject: fix typo: double semicolon at line end of code X-Git-Tag: 2.0.0~1226 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=fca5a8ce2ac141711f718e84036b0994d64d3e89;p=features.git fix typo: double semicolon at line end of code git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37044 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Text3.cpp b/src/Text3.cpp index 9d63fa78b7..6807238594 100644 --- a/src/Text3.cpp +++ b/src/Text3.cpp @@ -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;