Fix typo.

This commit is contained in:
Jakub Klama 2016-02-01 02:31:41 +01:00
parent bdc9da6951
commit ebdeef9af8

View file

@ -117,7 +117,7 @@ l9p_respond(struct l9p_request *req, int errnum)
struct l9p_connection *conn = req->lr_conn;
size_t iosize;
#if defined(L9P_DEBUG)
struc sbuf *sb;
struct sbuf *sb;
#endif
switch (req->lr_req.hdr.type) {