richedit: Removed invalid assertion.
commit930f8f5af615dc427f6acbdadc082a741aebdd72
authorDylan Smith <dylan.ah.smith@gmail.com>
Fri, 3 Oct 2008 04:49:39 +0000 (3 00:49 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 6 Oct 2008 11:06:24 +0000 (6 13:06 +0200)
treed8d70806b59459c2fe11d8e2e989dcea6918521b
parentaf47ac09d5c3ec6560e93770669fa5ff4b2627ad
richedit: Removed invalid assertion.

The assertion was not valid, because it neglected to take into account
the situation where a line break is forced with a MERF_ENDROW run
(caused by \line control word or pressing Shift-Enter).  This means
that spaces can cause a line wrap after a forced line break as well as
after a paragraph break, so we cannot assert that it is the first row
in the paragraph.
dlls/riched20/wrap.c