mlang: Remove left over "stub" from a TRACE().

This commit is contained in:
Michael Stefaniuc 2013-04-18 11:53:27 +02:00 committed by Alexandre Julliard
parent 852e0457aa
commit 5de81e24bb

View file

@ -1764,7 +1764,7 @@ static HRESULT EnumScript_create( MLang_impl* mlang, DWORD dwFlags,
EnumScript_impl *es;
UINT i;
TRACE("%p, %08x, %04x, %p: stub!\n", mlang, dwFlags, LangId, ppEnumScript);
TRACE("%p, %08x, %04x, %p\n", mlang, dwFlags, LangId, ppEnumScript);
if (!dwFlags) /* enumerate all available scripts */
dwFlags = SCRIPTCONTF_SCRIPT_USER | SCRIPTCONTF_SCRIPT_HIDE | SCRIPTCONTF_SCRIPT_SYSTEM;