Fix "fall through" comments
[deliverable/binutils-gdb.git] / gdb / remote.c
index 34ae7c6921c214c04d3dc05059563c7e94d6cec9..58ed9e4f4d456bb94822fc933fb0526bbeed4e36 100644 (file)
@@ -7675,7 +7675,7 @@ remote_wait_as (ptid_t ptid, struct target_waitstatus *status, int options)
          putpkt (buf);
          break;
        }
-      /* else fallthrough */
+      /* fallthrough */
     default:
       warning (_("Invalid remote reply: %s"), buf);
       break;
This page took 0.03465 seconds and 4 git commands to generate.