Commit 2aeb57ee authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

Got rid of misleading "No Tls Space" error message.

parent 564d3802
......@@ -242,8 +242,5 @@ DWORD WINAPI CommDlgExtendedError(void)
if (COMDLG32_TlsIndex != 0xffffffff)
return (DWORD)TlsGetValue(COMDLG32_TlsIndex);
else
{
FIXME("No Tls Space\n");
return 0;
}
return 0; /* we never set an error, so there isn't one */
}
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