summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/info/pe_get_image_subtype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/info/pe_get_image_subtype.c b/src/info/pe_get_image_subtype.c
index 7e19ef1..391fca3 100644
--- a/src/info/pe_get_image_subtype.c
+++ b/src/info/pe_get_image_subtype.c
@@ -11,7 +11,7 @@
/* todo: object, unrecognized */
-static const char const * pe_subtype_str[PE_SUBTYPE_CAP] = {
+static const char * const pe_subtype_str[PE_SUBTYPE_CAP] = {
[PE_SUBTYPE_UNRECOGNIZED] = "UNRECOGNIZED",
[PE_SUBTYPE_DLL] = "dll",
[PE_SUBTYPE_EXE] = "exe",