X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fremote.c;h=58ed9e4f4d456bb94822fc933fb0526bbeed4e36;hb=86a73007627a3c52d1c624ed430ac0e74fb8cc3e;hp=34ae7c6921c214c04d3dc05059563c7e94d6cec9;hpb=4e6fe7477a4e9260777cbaa01f70df7ae5f063bb;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/remote.c b/gdb/remote.c index 34ae7c6921..58ed9e4f4d 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -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;