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

Francois Gouget fgouget at free.fr
Wed Sep 26 04:12:46 CDT 2012


---
 dlls/wininet/urlcache.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/wininet/urlcache.c b/dlls/wininet/urlcache.c
index 2f6c137..ba04871 100644
--- a/dlls/wininet/urlcache.c
+++ b/dlls/wininet/urlcache.c
@@ -1735,7 +1735,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)
@@ -1876,7 +1876,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)
-- 
1.7.10.4




More information about the wine-patches mailing list