From 461c111c09f2a5da30bed276c3463837229cbbfd Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 15 Nov 2016 22:17:54 -0500 Subject: info: pe_abi_str[] array definition: be pedantic. --- src/info/pe_get_image_abi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 #include -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", -- cgit v1.2.3