diff options
Diffstat (limited to 'bin/tests/mem/t_mem.c')
-rw-r--r-- | bin/tests/mem/t_mem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/tests/mem/t_mem.c b/bin/tests/mem/t_mem.c index 9414766b..31f3b9a4 100644 --- a/bin/tests/mem/t_mem.c +++ b/bin/tests/mem/t_mem.c @@ -180,7 +180,7 @@ memtest(void) { return(0); } -static char *a1 = +static const char *a1 = "the memory module supports the creation of memory contexts " "and the management of memory pools."; static void |