summaryrefslogtreecommitdiff
path: root/openpcd/firmware/src/os/usb_handler.c
diff options
context:
space:
mode:
author(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-09-09 04:42:17 +0000
committer(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-09-09 04:42:17 +0000
commit83c18361d821819208e5d8024e8b557c359fdc7d (patch)
tree78bf53a2540e36207638c4735b116432299a998d /openpcd/firmware/src/os/usb_handler.c
parent3a98ae12852a75f2331571fafb148f55ee073969 (diff)
- cosmetic cleanup
git-svn-id: https://svn.openpcd.org:2342/trunk@146 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpcd/firmware/src/os/usb_handler.c')
-rw-r--r--openpcd/firmware/src/os/usb_handler.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openpcd/firmware/src/os/usb_handler.c b/openpcd/firmware/src/os/usb_handler.c
index 82620be..274353c 100644
--- a/openpcd/firmware/src/os/usb_handler.c
+++ b/openpcd/firmware/src/os/usb_handler.c
@@ -21,6 +21,7 @@ static usb_cmd_fn *cmd_hdlrs[16];
int usb_hdlr_register(usb_cmd_fn *hdlr, u_int8_t class)
{
cmd_hdlrs[class] = hdlr;
+ return 0;
}
void usb_hdlr_unregister(u_int8_t class)
personal git repositories of Harald Welte. Your mileage may vary