make style
This commit is contained in:
parent
5ced93fcbf
commit
24e1edd858
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ nfc_exit(nfc_context *context)
|
|||
while (nfc_drivers) {
|
||||
struct nfc_driver_list *pndl = nfc_drivers;
|
||||
nfc_drivers = pndl->next;
|
||||
free (pndl);
|
||||
free(pndl);
|
||||
}
|
||||
|
||||
nfc_context_free(context);
|
||||
|
|
Loading…
Reference in a new issue