mirror of
https://github.com/reactos/wine.git
synced 2025-02-17 19:39:00 +00:00
hhctrl.ocx: Constify some variables.
This commit is contained in:
parent
327acfa35e
commit
d3229eb9d7
@ -1895,8 +1895,8 @@ static char find_html_symbol(const char *entity, int entity_len)
|
||||
*/
|
||||
WCHAR *decode_html(const char *html_fragment, int html_fragment_len, UINT code_page)
|
||||
{
|
||||
const char *h = html_fragment;
|
||||
char *amp, *sem, symbol, *tmp;
|
||||
const char *h = html_fragment, *amp, *sem;
|
||||
char symbol, *tmp;
|
||||
int len, tmp_len = 0;
|
||||
WCHAR *unicode_text;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user