diff options
-rw-r--r-- | src/info/pe_get_image_subsystem.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <perk/perk.h> #include <perk/perk_meta.h> -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", |