diff options
Diffstat (limited to 'gcc/f/malloc.c')
-rw-r--r-- | gcc/f/malloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/f/malloc.c b/gcc/f/malloc.c index 032c2bf..77e2e4a 100644 --- a/gcc/f/malloc.c +++ b/gcc/f/malloc.c @@ -70,7 +70,7 @@ struct _malloc_root_ malloc_root_ static void *malloc_reserve_ = NULL; /* For crashes. */ #if MALLOC_DEBUG -static const char *malloc_types_[] = +static const char *const malloc_types_[] = {"KS", "KSR", "NF", "NFR", "US", "USR"}; #endif |