Commit fdae81b2 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

qcap: Remove "stub" from an implemented function.

parent 68d35588
......@@ -239,7 +239,7 @@ static HRESULT WINAPI filesinkfilter_SetFileName(IFileSinkFilter *iface,
struct file_writer *filter = impl_from_IFileSinkFilter(iface);
WCHAR *new_filename;
TRACE("filter %p, filename %s, mt %p, stub!\n", filter, debugstr_w(filename), mt);
TRACE("filter %p, filename %s, mt %p.\n", filter, debugstr_w(filename), mt);
strmbase_dump_media_type(mt);
if (mt)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment