PR 12590
[deliverable/binutils-gdb.git] / gdb / mdebugread.c
index a6c9814567aefa87862e93f0988633b5e983cb9e..d99ad16eb51e9638ec4a10342283b9d3f3e878d7 100644 (file)
@@ -943,7 +943,7 @@ parse_symbol (SYMR *sh, union aux_ext *ax, char *ext_sh, int bigend,
                           tsym.st);
              }
          }
-      end_of_fields:;
+      end_of_fields:
 
        /* In an stBlock, there is no way to distinguish structs,
           unions, and enums at this point.  This is a bug in the
@@ -2897,7 +2897,7 @@ parse_partial_symbols (struct objfile *objfile)
 
                  case N_ABS | N_EXT:
                  record_it:
-                 continue;
+                   continue;
 
                  /* Standard, local, non-debugger, symbols.  */
 
This page took 0.024498 seconds and 4 git commands to generate.