dbghelp: Fix a typo.

oldstable
André Hentschel 2009-12-30 17:32:20 +01:00 committed by Alexandre Julliard
parent 2bc9ba758e
commit 1f168cbd6e
1 changed files with 1 additions and 1 deletions

View File

@ -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
;