fix overlooked debug message

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22035 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
voroshil 2007-01-27 17:01:54 +00:00
parent f722b60a29
commit 91629bc111
1 changed files with 1 additions and 1 deletions

View File

@ -589,7 +589,7 @@ static HRESULT STDCALL COutputMemPin_QueryInterface(IUnknown* This, const GUID*
{
COutputPin* p = (COutputPin*)This;
Debug printf("COutputPin_M_QueryInterface(%p) called\n", This);
Debug printf("COutputMemPin_QueryInterface(%p) called\n", This);
if (!ppv)
return E_INVALIDARG;