diff --git a/src/info/pe_get_image_subsystem.c b/src/info/pe_get_image_subsystem.c index 3ccf0e6..e4529aa 100644 --- a/src/info/pe_get_image_subsystem.c +++ b/src/info/pe_get_image_subsystem.c @@ -9,7 +9,7 @@ #include #include -static const char const * pe_subsystem_str[0x10] = { +static const char * const pe_subsystem_str[0x10] = { [PE_IMAGE_SUBSYSTEM_UNKNOWN] = "unknown", [PE_IMAGE_SUBSYSTEM_NATIVE] = "native", [PE_IMAGE_SUBSYSTEM_WINDOWS_GUI] = "windows",