fix: ndef - missing comma

This commit is contained in:
iceman1001 2019-03-08 17:25:36 +01:00
parent 1f0c1dff5e
commit 9764381aa4

View file

@ -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"
}; };