From 6ac77ac1fa4ab82421ac8e33229cad9264cd36df Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Fri, 2 Mar 2018 20:47:12 +0000 Subject: [PATCH] Correct typo in NE resource type. --- libexeinfo/NE/Enums.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexeinfo/NE/Enums.cs b/libexeinfo/NE/Enums.cs index e35ae0a..412d9b5 100644 --- a/libexeinfo/NE/Enums.cs +++ b/libexeinfo/NE/Enums.cs @@ -101,7 +101,7 @@ namespace libexeinfo RT_FONT = 8, RT_FONTDIR = 7, RT_GROUP_CURSOR = 12, - RT_GROUP_ICON = 13, + RT_GROUP_ICON = 14, RT_HTML = 23, RT_ICON = 3, RT_MANIFEST = 24,