mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
minor <>
This commit is contained in:
parent
e9fba19915
commit
33965f51d8
2 changed files with 1 additions and 4 deletions
|
@ -43,7 +43,6 @@ out:
|
|||
}
|
||||
|
||||
static int closeAIDFile(json_t *root) {
|
||||
|
||||
json_decref(root);
|
||||
return PM3_SUCCESS;
|
||||
}
|
||||
|
@ -67,7 +66,6 @@ json_t *AIDSearchGetElm(json_t *root, int elmindx) {
|
|||
}
|
||||
|
||||
int AIDSearchFree(json_t *root) {
|
||||
|
||||
return closeAIDFile(root);
|
||||
}
|
||||
|
||||
|
|
|
@ -15,8 +15,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include <jansson.h>
|
||||
#include "jansson.h"
|
||||
|
||||
int PrintAIDDescription(json_t *xroot, char *aid, bool verbose);
|
||||
int PrintAIDDescriptionBuf(json_t *root, uint8_t *aid, size_t aidlen, bool verbose);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue