summaryrefslogtreecommitdiff
path: root/health
diff options
context:
space:
mode:
authorAnderson Lizardo <anderson.lizardo@openbossa.org>2011-08-04 13:33:54 -0400
committerJohan Hedberg <johan.hedberg@intel.com>2011-08-08 13:04:34 +0300
commit3c192147179d407f13b7c7d34defeb67f7562586 (patch)
tree6eceb6cbae3a3358f9e310076ba73b5d23224693 /health
parentfad552de92f0bbacd808850b78dd49b8371c7493 (diff)
downloadbluez-3c192147179d407f13b7c7d34defeb67f7562586.tar.gz
Remove bogus extra semicolons
Diffstat (limited to 'health')
-rw-r--r--health/mcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/health/mcap.c b/health/mcap.c
index d251a399d..bc8c606a8 100644
--- a/health/mcap.c
+++ b/health/mcap.c
@@ -2058,7 +2058,7 @@ struct mcap_instance *mcap_create_instance(bdaddr_t *src,
/* Initialize random seed to generate mdlids for this instance */
srand(time(NULL));
- return mcap_instance_ref(mi);;
+ return mcap_instance_ref(mi);
}
void mcap_release_instance(struct mcap_instance *mi)