Jinoh Kang (@iamahuman) commented about dlls/riched20/wrap.c:
if (SUCCEEDED( itemize_para( c, para ) )) shape_para( c, para );
}
- else
- {
/* If the user has just converted a normal rich editor with already
* existing text into a password input, the text may contain paragraphs
* with MEPF_COMPLEX set. Since we don't really shape any paragraphs
* here, we need to ensure the the MEPF_COMPLEX flag is unset.
Typo: the the -> that the
```suggestion:-0+0 * here, we need to ensure that the MEPF_COMPLEX flag is unset. ```