diff options
-rw-r--r-- | gdb/ChangeLog | 1 | ||||
-rw-r--r-- | gdb/mdebugread.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8bbc725..5020318 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,6 @@ 2005-01-13 Michael Snyder <msnyder@redhat.com> + * mdebugread.c: Whitespace tweaks. * main.c: Whitespace tweaks. * interps.c: Whitespace tweaks. * infrun.c: Whitespace tweaks. diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c index 8c3ca84..c179f87 100644 --- a/gdb/mdebugread.c +++ b/gdb/mdebugread.c @@ -788,7 +788,7 @@ parse_symbol (SYMR *sh, union aux_ext *ax, char *ext_sh, int bigend, struct blockvector *bv = BLOCKVECTOR (top_stack->cur_st); /* The next test should normally be true, but provides a hook for nested functions (which we don't want to make - global). */ + global). */ if (b == BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK)) b = BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK); /* Irix 5 sometimes has duplicate names for the same |