Commit 1718fbd2 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ntoskrnl.exe: Fix the name of CONFIGURATION_TYPE's MaximumType enum entry.

parent 8d486f5b
......@@ -104,7 +104,7 @@ typedef enum _CONFIGURATION_TYPE
DockingInformation,
RealModeIrqRoutingTable,
RealModePCIEnumeration,
MaximunType
MaximumType
} CONFIGURATION_TYPE, *PCONFIGURATION_TYPE;
typedef struct _IMAGE_INFO
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment