make style

This commit is contained in:
Philippe Teuwen 2013-02-21 22:39:39 +01:00
parent 5ced93fcbf
commit 24e1edd858

View file

@ -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);