summaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.c b/utils.c
index 0022a31bd..8e4cc4acc 100644
--- a/utils.c
+++ b/utils.c
@@ -961,7 +961,7 @@ void ast_join(char *s, size_t len, char * const w[])
s[ofs] = '\0';
}
-const char const *__ast_string_field_empty = "";
+const char __ast_string_field_empty[] = "";
static int add_string_pool(struct ast_string_field_mgr *mgr, size_t size)
{