diff options
Diffstat (limited to 'gcc/gcov-dump.c')
-rw-r--r-- | gcc/gcov-dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcov-dump.c b/gcc/gcov-dump.c index 700f8661b19e..4da05917e75b 100644 --- a/gcc/gcov-dump.c +++ b/gcc/gcov-dump.c @@ -54,7 +54,7 @@ static const struct option options[] = { "long", no_argument, NULL, 'l' }, }; -static tag_format_t tag_table[] = +static const tag_format_t tag_table[] = { {0, "NOP", NULL}, {0, "UNKNOWN", NULL}, |