diff options
-rw-r--r-- | src/info/pe_get_image_abi.c | 2 |
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", |