diff options
author | midipix <writeonce@midipix.org> | 2016-11-15 22:24:31 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-15 22:24:31 -0500 |
commit | 4f36c2333db69381b02864a2d6769f3bf4c872e5 (patch) | |
tree | 047d781e5b0b981ba9dae7bb1ec1d8b1c139cb58 /src | |
parent | 6eeec58462aa07a8361cbb0be98f43e8209d992d (diff) | |
download | perk-4f36c2333db69381b02864a2d6769f3bf4c872e5.tar.bz2 perk-4f36c2333db69381b02864a2d6769f3bf4c872e5.tar.xz |
output: pe_error_strings[] array definition: be pedantic.
Diffstat (limited to 'src')
-rw-r--r-- | src/output/pe_output_error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/pe_output_error.c b/src/output/pe_output_error.c index 401ef6b..52ae2ce 100644 --- a/src/output/pe_output_error.c +++ b/src/output/pe_output_error.c @@ -18,7 +18,7 @@ static const char aclr_green[] = "\x1b[32m"; static const char aclr_blue[] = "\x1b[34m"; static const char aclr_magenta[] = "\x1b[35m"; -static const char const * const pe_error_strings[PERK_ERR_CAP] = { +static const char * const pe_error_strings[PERK_ERR_CAP] = { [PERK_ERR_FLOW_ERROR] = "flow error: unexpected condition or other", [PERK_ERR_FLEE_ERROR] = "flees and bugs and cats and mice", [PERK_ERR_NULL_CONTEXT] = "null driver or unit context", |