diff --git a/abuse.c b/abuse.c index fc4ffb4..9222fbb 100644 --- a/abuse.c +++ b/abuse.c @@ -88,8 +88,8 @@ int abuse_main(int argc, char *argv[], const struct abuse_operations *aop, void /* assert(bytes_written == len + sizeof(struct nbd_reply)); */ free(chunk); break; - /* We'll not worry about the other cases for now. */ default: + /* We'll not worry about the other cases for now. */ break; } }