From 595c02ce487e838d0b24a8810f5d45b7fee1096d Mon Sep 17 00:00:00 2001 From: Adam Cozzette Date: Tue, 20 Sep 2011 13:41:09 -0700 Subject: [PATCH] Trivial change to abuse.c. --- abuse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }