imagehlp: Fix the name of the ADDRESS_MODE enum.

Francois Gouget fgouget at free.fr
Thu Sep 7 12:54:54 CDT 2006


---
 include/imagehlp.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/imagehlp.h b/include/imagehlp.h
index 26f6628..e37d921 100644
--- a/include/imagehlp.h
+++ b/include/imagehlp.h
@@ -90,7 +90,7 @@ #define CHECKSUM_MAP_FAILURE     2
 #define CHECKSUM_MAPVIEW_FAILURE 3
 #define CHECKSUM_UNICODE_FAILURE 4
 
-typedef enum _ADRESS_MODE {
+typedef enum _ADDRESS_MODE {
   AddrMode1616,
   AddrMode1632,
   AddrModeReal,
-- 
1.4.1.1




More information about the wine-patches mailing list