From 766611b7a07ab899662459a88f9a6f8c6186cc95 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Thu, 7 Sep 2006 19:54:54 +0200 Subject: [PATCH] imagehlp: Fix the name of the ADDRESS_MODE enum. --- include/imagehlp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/imagehlp.h b/include/imagehlp.h index 26f6628a55a..e37d9218abd 100644 --- a/include/imagehlp.h +++ b/include/imagehlp.h @@ -90,7 +90,7 @@ typedef enum _IMAGEHLP_STATUS_REASON { #define CHECKSUM_MAPVIEW_FAILURE 3 #define CHECKSUM_UNICODE_FAILURE 4 -typedef enum _ADRESS_MODE { +typedef enum _ADDRESS_MODE { AddrMode1616, AddrMode1632, AddrModeReal,