summaryrefslogtreecommitdiff
path: root/openpcd
diff options
context:
space:
mode:
author(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-08-23 20:23:22 +0000
committer(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-08-23 20:23:22 +0000
commit8be42687141fc32db48bf57ce0fcc13400b3daaf (patch)
tree2bed95c171a36e18b06997aa8fa757d62c58cef0 /openpcd
parentdb8fe52b29bfc22865b341ca2775ce441ef4d636 (diff)
remove bogus ;
git-svn-id: https://svn.openpcd.org:2342/trunk@122 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpcd')
-rw-r--r--openpcd/firmware/src/led.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpcd/firmware/src/led.c b/openpcd/firmware/src/led.c
index ec203e5..1620444 100644
--- a/openpcd/firmware/src/led.c
+++ b/openpcd/firmware/src/led.c
@@ -71,7 +71,7 @@ static int led_usb_rx(struct req_ctx *rctx)
}
req_ctx_put(rctx);
return 1;
-};
+}
void led_init(void)
{
personal git repositories of Harald Welte. Your mileage may vary