Fix "fall through" comments
[deliverable/binutils-gdb.git] / gdb / mdebugread.c
index c0bce551489d775af488823bd2a67443994c6c67..59c4c898396c24d5c58cdb7a659e05d0211693c3 100644 (file)
@@ -3698,7 +3698,8 @@ parse_partial_symbols (minimal_symbol_reader &reader,
                  break;
                default:
                  unknown_ext_complaint (debug_info->ssext + psh->iss);
-                 /* Fall through, pretend it's global.  */
+                 /* Pretend it's global.  */
+                 /* Fall through.  */
                case stGlobal:
                  /* Global common symbols are resolved by the runtime loader,
                     ignore them.  */
This page took 0.026623 seconds and 4 git commands to generate.