winebrowser: Fix typo.

This commit is contained in:
Anders Jonsson 2009-01-10 23:12:20 +01:00 committed by Alexandre Julliard
parent 365e1f3b07
commit ec479ebdb6
1 changed files with 1 additions and 1 deletions

View File

@ -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;