André Hentschel : dbghelp: Fix a typo.
31 Dec
2009
31 Dec
'09
1:42 p.m.
Module: wine Branch: master Commit: 1f168cbd6ea4c026e068490576b61a22b9a46388 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1f168cbd6ea4c026e068490576... Author: André Hentschel <nerv(a)dawncrow.de> Date: Wed Dec 30 17:32:20 2009 +0100 dbghelp: Fix a typo. --- 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..d9a828f 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 define support for your CPU #endif ;
5824
Age (days ago)
5824
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard