Fix "fall through" comments
[deliverable/binutils-gdb.git] / gdb / xcoffread.c
index 8c707aa8fe68c56785b53ffea26c4c229d9464a1..66e74439b1aceccca81dcbd2538b133578fdea74 100644 (file)
@@ -2531,9 +2531,9 @@ scan_xcoff_symtab (minimal_symbol_reader &reader,
          }
          /* FALLTHROUGH */
 
+       case C_FCN:
          /* C_FCN is .bf and .ef symbols.  I think it is sufficient
             to handle only the C_FUN and C_EXT.  */
-       case C_FCN:
 
        case C_BSTAT:
        case C_ESTAT:
This page took 0.025208 seconds and 4 git commands to generate.