fix compilation warning

This commit is contained in:
vletoux 2015-10-03 18:56:19 +02:00
parent a9897f9956
commit b667645797
1 changed files with 1 additions and 1 deletions

View File

@ -1222,7 +1222,7 @@ md_fs_read_content(PCARD_DATA pCardData, char *parent, struct md_file *file)
return;
}
if (vs->p15card == NULL) {
return SCARD_F_INTERNAL_ERROR;
return;
}
if (!strcmp(dir->name, "mscp")) {