summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/output/amgc_output_error.c2
1 files changed, 1 insertions, 1 deletions
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",