convert C++ comment in C comment

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3501 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
ludovic.rousseau 2008-04-28 07:45:28 +00:00
parent 7201fc7ace
commit 932cc41f30
1 changed files with 2 additions and 2 deletions

View File

@ -1117,7 +1117,7 @@ cosm_change_label(struct sc_pkcs15_card *p15card, struct sc_profile *profile,
memcpy(object->label, value, len);
object->label[len] = '\0';
#if 0
//TODO
/* TODO */
#else
rv = 0;
#endif
@ -1272,7 +1272,7 @@ cosm_select_id (struct sc_pkcs15_card *p15card, int type,
#endif
SC_FUNC_RETURN(p15card->card->ctx, 1, 0);
}
#endif //COSM_EXTENDED
#endif /* COSM_EXTENDED */
static struct sc_pkcs15init_operations
sc_pkcs15init_oberthur_operations = {