mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 19:49:50 +00:00
mshtml: Add trailing linefeeds to a couple of FIXME() messages.
This commit is contained in:
parent
97e018f9a5
commit
2b5a4b75be
1 changed files with 2 additions and 2 deletions
|
@ -2769,7 +2769,7 @@ static HRESULT WINAPI media_query_list_addListener(IWineMSHTMLMediaQueryList *if
|
|||
{
|
||||
struct media_query_list *media_query_list = impl_from_IWineMSHTMLMediaQueryList(iface);
|
||||
|
||||
FIXME("(%p)->(%s)", media_query_list, debugstr_variant(listener));
|
||||
FIXME("(%p)->(%s)\n", media_query_list, debugstr_variant(listener));
|
||||
|
||||
return E_NOTIMPL;
|
||||
}
|
||||
|
@ -2778,7 +2778,7 @@ static HRESULT WINAPI media_query_list_removeListener(IWineMSHTMLMediaQueryList
|
|||
{
|
||||
struct media_query_list *media_query_list = impl_from_IWineMSHTMLMediaQueryList(iface);
|
||||
|
||||
FIXME("(%p)->(%s)", media_query_list, debugstr_variant(listener));
|
||||
FIXME("(%p)->(%s)\n", media_query_list, debugstr_variant(listener));
|
||||
|
||||
return E_NOTIMPL;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue