Trivial change to abuse.c.

This commit is contained in:
Adam Cozzette 2011-09-20 13:41:09 -07:00
parent 393233c2ac
commit 595c02ce48
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}