[Pcsclite-cvs-commit] r3332 - /trunk/PCSC/src/PCSC/pcsclite.h.in

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sun Mar 1 16:51:20 UTC 2009


Author: rousseau
Date: Sun Mar  1 16:51:20 2009
New Revision: 3332

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=3332
Log:
do not use /* inside a comment

Modified:
    trunk/PCSC/src/PCSC/pcsclite.h.in

Modified: trunk/PCSC/src/PCSC/pcsclite.h.in
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/PCSC/pcsclite.h.in?rev=3332&op=diff
==============================================================================
--- trunk/PCSC/src/PCSC/pcsclite.h.in (original)
+++ trunk/PCSC/src/PCSC/pcsclite.h.in Sun Mar  1 16:51:20 2009
@@ -100,7 +100,7 @@
 #define SCARD_E_UNEXPECTED		0x8010001F /**< An unexpected card error has occurred. */
 #define SCARD_E_ICC_INSTALLATION	0x80100020 /**< No primary provider can be found for the smart card. */
 #define SCARD_E_ICC_CREATEORDER		0x80100021 /**< The requested order of object creation is not supported. */
-/* #define SCARD_E_UNSUPPORTED_FEATURE	0x80100022 /**< This smart card does not support the requested feature. */
+/* #define SCARD_E_UNSUPPORTED_FEATURE	0x80100022 / **< This smart card does not support the requested feature. */
 #define SCARD_E_DIR_NOT_FOUND		0x80100023 /**< The identified directory does not exist in the smart card. */
 #define SCARD_E_FILE_NOT_FOUND		0x80100024 /**< The identified file does not exist in the smart card. */ 
 #define SCARD_E_NO_DIR			0x80100025 /**< The supplied path does not represent a smart card directory. */




More information about the Pcsclite-cvs-commit mailing list