From: Iain Hibbert <plu...@netbsd.org>

---
 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
@@ -115,4 +115,4 @@ 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
@@ -410,4 +410,4 @@ 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
--- a/lib/irobex.c
+++ b/lib/irobex.c
@@ -594,6 +594,6 @@ void irobex_get_ops(struct obex_transport_ops* ops)
        ops->client.find_interfaces = &irobex_find_interfaces;
        ops->client.free_interface = &irobex_free_interface;
        ops->client.select_interface = &irobex_select_interface;
-};
+}
 
 #endif /* HAVE_IRDA */
diff --git a/lib/obex_object.c b/lib/obex_object.c
index cbfd1f1..395c5ff 100644
--- a/lib/obex_object.c
+++ b/lib/obex_object.c
@@ -569,7 +569,7 @@ int obex_object_send(obex_t *self, obex_object_t *object,
 
                if (tx_left == 0)
                        addmore = FALSE;
-       };
+       }
 
        /* Decide which command to use, and if to use final-bit */
        if (object->tx_headerq) {
diff --git a/lib/usb1obex.c b/lib/usb1obex.c
index f647212..c00b55a 100644
--- a/lib/usb1obex.c
+++ b/lib/usb1obex.c
@@ -581,6 +581,6 @@ void usbobex_get_ops(struct obex_transport_ops* ops)
        ops->client.find_interfaces = &usbobex_find_interfaces;
        ops->client.free_interface = &usbobex_free_interface;
        ops->client.select_interface = &usbobex_select_interface;
-};
+}
 
 #endif /* HAVE_USB1 */
-- 
1.7.5.4


------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
Openobex-users mailing list
Openobex-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/openobex-users

Reply via email to