fixed typo

This commit is contained in:
Frank Morgner 2018-08-23 10:14:25 +02:00
parent 70c4813f30
commit 97f0a341b0
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ const char *sc_strerror(int error)
"Unsupported card",
"Unable to load external module",
"EF offset too large",
"Not implemented"
"Not implemented",
"Invalid Simple TLV object",
"Premature end of Simple TLV stream",
};