fix typo: duplicate semicolon at line end of code

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36964 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Stephan Witt 2010-12-20 12:01:12 +00:00
parent 3bb4d6559d
commit c12ab2f090

View 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;