summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/info/pe_get_image_abi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/info/pe_get_image_abi.c b/src/info/pe_get_image_abi.c
index 7219ba3..0c13276 100644
--- a/src/info/pe_get_image_abi.c
+++ b/src/info/pe_get_image_abi.c
@@ -9,7 +9,7 @@
#include <perk/perk.h>
#include <perk/perk_meta.h>
-static const char const * pe_abi_str[PE_ABI_CAP] = {
+static const char * const pe_abi_str[PE_ABI_CAP] = {
[PE_ABI_UNSUPPORTED] = "UNSUPPORTED",
[PE_ABI_PE32] = "PE32",
[PE_ABI_PE64] = "PE64",