From 30601882e51026220c160a706929bcbdd223c246 Mon Sep 17 00:00:00 2001 From: Richard Nyberg Date: Sun, 17 Sep 2006 09:01:38 +0000 Subject: [PATCH] Whitespace. --- misc/btpd_if.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/btpd_if.c b/misc/btpd_if.c index 52e0278..13b216c 100644 --- a/misc/btpd_if.c +++ b/misc/btpd_if.c @@ -135,7 +135,7 @@ ipc_buf_req_res(struct ipc *ipc, struct io_buffer *iob, char **res, enum ipc_err err; if (iob->error) err = IPC_COMMERR; - else + else err = ipc_req_res(ipc, iob->buf, iob->off, res, rlen); buf_free(iob); return err;