22 Jun 2011 08:07
[PATCH] remove spurious ;
Iain Hibbert <plunky <at> netbsd.org>
2011-06-22 06:07:05 GMT
2011-06-22 06:07:05 GMT
---
lib/customtrans.c | 2 +-
lib/inobex.c | 2 +-
lib/irobex.c | 2 +-
lib/obex_object.c | 2 +-
lib/usb1obex.c | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/lib/customtrans.c b/lib/customtrans.c
index 0040550..20e264c 100644
--- a/lib/customtrans.c
+++ b/lib/customtrans.c
<at> <at> -115,4 +115,4 <at> <at> int custom_register(obex_t *self, const obex_ctrans_t *in)
void custom_get_ops(struct obex_transport_ops* ops)
{
ops->clone = &custom_clone;
-};
+}
diff --git a/lib/inobex.c b/lib/inobex.c
index d7a450a..4ae2b61 100644
--- a/lib/inobex.c
+++ b/lib/inobex.c
<at> <at> -410,4 +410,4 <at> <at> void inobex_get_ops(struct obex_transport_ops* ops)
ops->server.disconnect = &inobex_disconnect_server;
ops->client.connect = &inobex_connect_request;
ops->client.disconnect = &inobex_disconnect_request;
-};
+}
diff --git a/lib/irobex.c b/lib/irobex.c
index 3f15a93..b0aeaa2 100644
(Continue reading)
RSS Feed