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

Alexandre Julliard julliard at winehq.org
Wed Sep 26 14:06:50 CDT 2012


Module: wine
Branch: master
Commit: 83af29fb03c3d00be7bd490b0203a6f71df9118a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=83af29fb03c3d00be7bd490b0203a6f71df9118a

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Sep 26 11:12:46 2012 +0200

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

---

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

diff --git a/dlls/wininet/urlcache.c b/dlls/wininet/urlcache.c
index 3be3b15..13633ac 100644
--- a/dlls/wininet/urlcache.c
+++ b/dlls/wininet/urlcache.c
@@ -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)




More information about the wine-cvs mailing list