From 1f9fe7e2e4f972052ed5b1dbe5e0bc4986ab56e9 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 9 Nov 2017 08:40:43 -0500 Subject: amgc_error_strings table: removed duplicate const declaration. --- src/output/amgc_output_error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/output/amgc_output_error.c b/src/output/amgc_output_error.c index 1706894..041fc11 100644 --- a/src/output/amgc_output_error.c +++ b/src/output/amgc_output_error.c @@ -12,7 +12,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 amgc_error_strings[AMGC_ERR_CAP] = { +static char const * const amgc_error_strings[AMGC_ERR_CAP] = { [AMGC_ERR_FLOW_ERROR] = "flow error: unexpected condition or other", [AMGC_ERR_FLEE_ERROR] = "flees and bugs and cats and mice", [AMGC_ERR_NULL_CONTEXT] = "null driver or unit context", -- cgit v1.2.3