diff options
author | Anderson Lizardo <anderson.lizardo@openbossa.org> | 2011-08-04 13:33:54 -0400 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2011-08-08 13:04:34 +0300 |
commit | 3c192147179d407f13b7c7d34defeb67f7562586 (patch) | |
tree | 6eceb6cbae3a3358f9e310076ba73b5d23224693 /health | |
parent | fad552de92f0bbacd808850b78dd49b8371c7493 (diff) | |
download | bluez-3c192147179d407f13b7c7d34defeb67f7562586.tar.gz |
Remove bogus extra semicolons
Diffstat (limited to 'health')
-rw-r--r-- | health/mcap.c | 2 |
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) |