summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/info/pe_get_image_framework.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/info/pe_get_image_framework.c b/src/info/pe_get_image_framework.c
index ba44d2f..26ffc1b 100644
--- a/src/info/pe_get_image_framework.c
+++ b/src/info/pe_get_image_framework.c
@@ -10,7 +10,7 @@
#include <perk/perk.h>
#include <perk/perk_meta.h>
-static const char const * pe_framework_str[PE_FRAMEWORK_CAP] = {
+static const char * const pe_framework_str[PE_FRAMEWORK_CAP] = {
[PE_FRAMEWORK_UNKNOWN] = "unknown",
[PE_FRAMEWORK_FREESTD] = "freestd",
[PE_FRAMEWORK_PSXSCL] = "psxscl",