winebrowser: Fix typo.
This commit is contained in:
parent
365e1f3b07
commit
ec479ebdb6
|
@ -296,7 +296,7 @@ static WCHAR *get_url_from_dde(void)
|
||||||
WCHAR *endquote = strchrW(ddeString + 1, '"');
|
WCHAR *endquote = strchrW(ddeString + 1, '"');
|
||||||
if (!endquote)
|
if (!endquote)
|
||||||
{
|
{
|
||||||
WINE_ERR("Unabled to retrieve URL from string %s\n", wine_dbgstr_w(ddeString));
|
WINE_ERR("Unable to retrieve URL from string %s\n", wine_dbgstr_w(ddeString));
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
*endquote = 0;
|
*endquote = 0;
|
||||||
|
|
Loading…
Reference in New Issue