[PATCH 8/8] include/wine/debug.h: Argh - Fix more typos

Max TenEyck Woodbury max at mtew.isa-geek.net
Mon Jul 19 12:03:09 CDT 2010


---
 include/wine/debug.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/wine/debug.h b/include/wine/debug.h
index 8a1a548..6e966d6 100644
--- a/include/wine/debug.h
+++ b/include/wine/debug.h
@@ -114,7 +114,7 @@ struct __wine_debug_channel
 #define WINE_FIXME(args...) do { } while(0)
 #define WINE_FIXME_(ch) WINE_FIXME
 #define WINE_FIXME_ONCE(args...) do { } while(0)
-#define WINE_FIXME_ONCE_ONCE_(ch) WINE_FIXME_ONCE
+#define WINE_FIXME_ONCE_(ch) WINE_FIXME_ONCE
 #endif
 
 #elif defined(__SUNPRO_C)
@@ -151,7 +151,7 @@ struct __wine_debug_channel
 #define WINE_FIXME(...) do { } while(0)
 #define WINE_FIXME_(ch) WINE_FIXME
 #define WINE_FIXME_ONCE(args...) do { } while(0)
-#define WINE_FIXME_ONCE_ONCE_(ch) WINE_FIXME_ONCE
+#define WINE_FIXME_ONCE_(ch) WINE_FIXME_ONCE
 #endif
 
 #else  /* !__GNUC__ && !__SUNPRO_C */
@@ -306,7 +306,7 @@ static inline const char *debugstr_w( const WCHAR *s ) { return wine_dbgstr_wn(
 #define WARN_(ch)                  WINE_WARN_(ch)
 #define WARN_ON(ch)                WINE_WARN_ON(ch)
 #define WARN_ONCE                  WINE_WARN_ONCE
-#define WARN_ONCE_(ch)             WINE_WARE_ONCE_(ch)
+#define WARN_ONCE_(ch)             WINE_WARN_ONCE_(ch)
 
 #define FIXME                      WINE_FIXME
 #define FIXME_(ch)                 WINE_FIXME_(ch)
-- 
1.7.1.1




More information about the wine-patches mailing list