OSDN Git Service

Fix bta_dm_act.cc compile error.
authorAlex Deymo <deymo@google.com>
Wed, 15 Mar 2017 07:16:58 +0000 (00:16 -0700)
committerAlex Deymo <deymo@google.com>
Wed, 15 Mar 2017 07:28:39 +0000 (00:28 -0700)
commit7651cfbe6a2bd258eecda2764bdaa10b711d9e4f
tree8fef7d8cfe589750b64e8f6a860b32054938660c
parente745f573f6e007eeec308f419229b358900c9c6a
Fix bta_dm_act.cc compile error.

When BTM_LOCAL_IO_CAPS == BTM_IO_CAP_NONE the code fails to compile due
to a missing comma. This was introducted a couple of months ago by
2e8e9f42132d0297a94c0852a1fbf45c9bc348e5 but it went undetected.

This patch simply adds back the missing comma.

Bug: 35804180
Test: `make` on a device with BTM_LOCAL_IO_CAPS set to BTM_IO_CAP_NONE.
Change-Id: I0a924abec4fe6612c5dbb72416123ca391551523
bta/dm/bta_dm_act.cc