change name + fix warning

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2859 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
nils 2006-02-23 19:15:06 +00:00
parent 126595bb07
commit 5b0119ca6d
1 changed files with 2 additions and 2 deletions

View File

@ -38,12 +38,12 @@ set_string(char **strp, const char *value)
int sc_pkcs15emu_tcos_init_ex(sc_pkcs15_card_t *p15card, sc_pkcs15emu_opt_t *opts)
{
static const struct {
char *card, *manufacturer;
const char *card, *manufacturer;
} cardlist[]={
{"Netkey E4 Card", "TeleSec GmbH"},
{"SignTrust Card", "Deutsche Post"},
{"Smartkey Card", "Kobil GmbH"},
{"UniCard Giessen", "Kobil GmbH"}
{"Chipkarte JLU Giessen ", "Kobil GmbH"}
};
static const struct {
int type, id, writable;