Fix typo.
This commit is contained in:
parent
bdc9da6951
commit
ebdeef9af8
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue