- corrected info output for Linear variable TLV EFs

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@646 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
okir 2002-06-11 18:17:16 +00:00
parent 4f7b81ffc2
commit 041b46f52c
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@ int do_info(int argc, char **argv)
const char *structs[] = {
"Unknown", "Transparent", "Linear fixed",
"Linear fixed, SIMPLE-TLV", "Linear variable",
"Cyclic", "Cyclic, SIMPLE-TLV",
"Linear variable TLV", "Cyclic, SIMPLE-TLV",
};
const char *ops[] = {
"READ", "UPDATE", "WRITE", "ERASE", "REHABILITATE",