Convert newlines to unix style, remove compiler warnings.

git-svn-id: https://www.opensc-project.org/svnp/opensc/branches/martin/0.12@3826 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
martin 2009-11-13 11:10:44 +00:00
parent 3ea5bb7987
commit 684e9b20ba
1 changed files with 73 additions and 73 deletions

View File

@ -198,7 +198,7 @@ static int myeid_read_binary(struct sc_card *card, unsigned int idx,
static int myeid_list_files(struct sc_card *card, u8 *buf, size_t buflen)
{
struct sc_apdu apdu;
int r,i;
int r;
SC_FUNC_CALLED(card->ctx, 1);
@ -394,7 +394,7 @@ static int myeid_create_file(struct sc_card *card, struct sc_file *file)
SC_FUNC_RETURN(card->ctx, 1, SC_ERROR_FILE_ALREADY_EXISTS);
r = sc_check_sw(card, apdu.sw1, apdu.sw2);
SC_TEST_RET(card->ctx, r, "Card returned error");
SC_FUNC_RETURN(card->ctx, r, "Card returned error");
}
/* no record oriented file services */