mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 10:43:01 +08:00
fix: ndef - missing comma
This commit is contained in:
parent
1f0c1dff5e
commit
9764381aa4
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ static const char *TypeNameFormat_s[] = {
|
||||||
"Absolute URI Record",
|
"Absolute URI Record",
|
||||||
"External Record",
|
"External Record",
|
||||||
"Unknown Record",
|
"Unknown Record",
|
||||||
"Unchanged Record"
|
"Unchanged Record",
|
||||||
"n/a"
|
"n/a"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue