richedit: Don't break when streaming out a table, just continue.
authorDylan Smith <dylan.ah.smith@gmail.com>
Sat, 17 Jul 2010 19:29:08 +0000 (15:29 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 19 Jul 2010 12:38:16 +0000 (14:38 +0200)
commite2f6b1d83d15a069b2f07415f6ff9029dbe9f6ea
treee8553db370c0f78a1df7ff1f8c16dbc2f69e8618
parent5116b979b212981efa5312ac0fa47147d92f9295
richedit: Don't break when streaming out a table, just continue.

This is a regression caused by commit
54b53b6018da93cf82a4ee60ae5a4d3357cd7cfc which change the code to use
if statements instead of a switch, so the break statement should have
been changed to a continue statement.
dlls/riched20/writer.c