This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
btpd
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Whitespace.
master
Richard Nyberg
18 years ago
parent
00db1f1ced
commit
30601882e5
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
misc/btpd_if.c
+ 1
- 1
misc/btpd_if.c
View File
@@ -135,7 +135,7 @@ ipc_buf_req_res(struct ipc *ipc, struct io_buffer *iob, char **res,
enum ipc_err err;
enum ipc_err err;
if (iob->error)
if (iob->error)
err = IPC_COMMERR;
err = IPC_COMMERR;
else
else
err = ipc_req_res(ipc, iob->buf, iob->off, res, rlen);
err = ipc_req_res(ipc, iob->buf, iob->off, res, rlen);
buf_free(iob);
buf_free(iob);
return err;
return err;
Write
Preview
Loading…
Cancel
Save