Oups, r534 was not a joke... just a mistake ;-) This commit fix my r534.

This commit is contained in:
Romuald Conty
2010-08-17 13:50:49 +00:00
parent 88002bf977
commit c021a50768
3 changed files with 9 additions and 8 deletions

View File

@@ -520,7 +520,8 @@ nfc_initiator_select_passive_target(const nfc_device_t* pnd,
return true;
}
bool nfc_initiator_list_passive_targets(nfc_device_t* pnd, const nfc_modulation_t nmInitModulation, nfc_target_info_t anti[], const size_t szTargets, size_t *pszTargetFound )
bool
nfc_initiator_list_passive_targets(nfc_device_t* pnd, const nfc_modulation_t nmInitModulation, nfc_target_info_t anti[], const size_t szTargets, size_t *pszTargetFound)
{
nfc_target_info_t nti;
size_t szTargetFound = 0;