Examples and utils are now updated to use the requiered nfc_context

This commit is contained in:
Romuald Conty 2012-12-04 19:29:57 +01:00
parent dc949c257e
commit 5b0e276572
20 changed files with 136 additions and 103 deletions

View file

@ -253,6 +253,6 @@ main(int argc, const char *argv[])
nfc_close(pnd);
}
nfc_exit(NULL);
return 0;
nfc_exit(context);
return EXIT_SUCCESS;
}