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

oldstable
Francois Gouget 2012-09-26 11:12:46 +02:00 committed by Alexandre Julliard
parent fa0f0630c5
commit 83af29fb03
1 changed files with 2 additions and 2 deletions

View File

@ -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)