Commit 83af29fb authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

wininet: Add a trailing '\n' to a couple of Wine traces.

parent fa0f0630
......@@ -1772,7 +1772,7 @@ BOOL WINAPI GetUrlCacheEntryInfoExA(
return FALSE;
}
if (dwFlags & ~GET_INSTALLED_ENTRY)
FIXME("ignorring unsupported flags: %x", dwFlags);
FIXME("ignoring unsupported flags: %x\n", dwFlags);
error = URLCacheContainers_FindContainerA(lpszUrl, &pContainer);
if (error != ERROR_SUCCESS)
......@@ -1913,7 +1913,7 @@ BOOL WINAPI GetUrlCacheEntryInfoExW(
return FALSE;
}
if (dwFlags)
FIXME("ignorring unsupported flags: %x", dwFlags);
FIXME("ignoring unsupported flags: %x\n", dwFlags);
error = URLCacheContainers_FindContainerW(lpszUrl, &pContainer);
if (error != ERROR_SUCCESS)
......
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