dbghelp: tweak error message

André Hentschel nerv at dawncrow.de
Tue Dec 29 08:34:51 CST 2009


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

diff --git a/dlls/dbghelp/dbghelp.c b/dlls/dbghelp/dbghelp.c
index 860d267..1e08612 100644
--- a/dlls/dbghelp/dbghelp.c
+++ b/dlls/dbghelp/dbghelp.c
@@ -160,7 +160,7 @@ struct cpu*             dbghelp_current_cpu =
 #elif defined(__x86_64__)
     &cpu_x86_64
 #else
-#error define support for you CPU
+#error add support for your CPU
 #endif
     ;
 
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list