diff options
Diffstat (limited to 'gdb/dictionary.c')
-rw-r--r-- | gdb/dictionary.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/dictionary.c b/gdb/dictionary.c index afdf53e..3673891 100644 --- a/gdb/dictionary.c +++ b/gdb/dictionary.c @@ -540,7 +540,8 @@ dict_iter_match_first (const struct dictionary *dict, const char *name, symbol_compare_ftype *compare, struct dict_iterator *iterator) { - return (DICT_VECTOR (dict))->iter_match_first (dict, name, compare, iterator); + return (DICT_VECTOR (dict))->iter_match_first (dict, name, + compare, iterator); } struct symbol * |