diff options
Diffstat (limited to 'gdb/objc-lang.c')
-rw-r--r-- | gdb/objc-lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/objc-lang.c b/gdb/objc-lang.c index 63cdac1..4e1d2cd 100644 --- a/gdb/objc-lang.c +++ b/gdb/objc-lang.c @@ -319,7 +319,7 @@ static const struct op_print objc_op_print_tab[] = {NULL, OP_NULL, PREC_NULL, 0} }; -static const char *objc_extensions[] = +static const char * const objc_extensions[] = { ".m", NULL }; |