[Pcsclite-cvs-commit] r5938 - in /trunk/PCSC/src: hotplug_libusb.c pcscdaemon.c winscard_clnt.c
rousseau at users.alioth.debian.org
rousseau at users.alioth.debian.org
Sat Sep 3 21:43:53 UTC 2011
Author: rousseau
Date: Sat Sep 3 21:43:53 2011
New Revision: 5938
URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5938
Log:
Remove extra spaces characters
Modified:
trunk/PCSC/src/hotplug_libusb.c
trunk/PCSC/src/pcscdaemon.c
trunk/PCSC/src/winscard_clnt.c
Modified: trunk/PCSC/src/hotplug_libusb.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/hotplug_libusb.c?rev=5938&op=diff
==============================================================================
--- trunk/PCSC/src/hotplug_libusb.c (original)
+++ trunk/PCSC/src/hotplug_libusb.c Sat Sep 3 21:43:53 2011
@@ -627,7 +627,7 @@
void HPReCheckSerialReaders(void)
{
Log0(PCSC_LOG_INFO);
- if (rescan_pipe[1] >= 0)
+ if (rescan_pipe[1] >= 0)
{
char dummy = 0;
write(rescan_pipe[1], &dummy, sizeof(dummy));
Modified: trunk/PCSC/src/pcscdaemon.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/pcscdaemon.c?rev=5938&op=diff
==============================================================================
--- trunk/PCSC/src/pcscdaemon.c (original)
+++ trunk/PCSC/src/pcscdaemon.c Sat Sep 3 21:43:53 2011
@@ -93,7 +93,7 @@
Log2(PCSC_LOG_DEBUG, "A new context thread creation is requested: %d", dwClientID);
rv = CreateContextThread(&dwClientID);
- if (rv != SCARD_S_SUCCESS)
+ if (rv != SCARD_S_SUCCESS)
Log1(PCSC_LOG_ERROR, "Problem during the context thread creation");
break;
@@ -765,10 +765,10 @@
printf(" -h, --help display usage information\n");
printf(" -H, --hotplug ask the daemon to rescan the available readers\n");
printf(" -v, --version display the program version number\n");
- printf(" -d, --debug display lower level debug messages\n");
- printf(" --info display info level debug messages\n");
- printf(" -e --error display error level debug messages (default level)\n");
- printf(" -C --critical display critical only level debug messages\n");
+ printf(" -d, --debug display lower level debug messages\n");
+ printf(" --info display info level debug messages\n");
+ printf(" -e --error display error level debug messages (default level)\n");
+ printf(" -C --critical display critical only level debug messages\n");
printf(" --force-reader-polling ignore the IFD_GENERATE_HOTPLUG reader capability\n");
printf(" -t, --max-thread maximum number of threads (default %d)\n", PCSC_MAX_CONTEXT_THREADS);
printf(" -s, --max-card-handle-per-thread maximum number of card handle per thread (default: %d)\n", PCSC_MAX_CONTEXT_CARD_HANDLES);
@@ -776,15 +776,15 @@
printf(" -x, --auto-exit pcscd will quit after %d seconds of inactivity\n", TIME_BEFORE_SUICIDE);
#else
printf(" -a log APDU commands and results\n");
- printf(" -c path to reader.conf\n");
+ printf(" -c path to reader.conf\n");
printf(" -f run in foreground (no daemon), send logs to stdout instead of syslog\n");
printf(" -T force use of colored logs\n");
- printf(" -d display debug messages.\n");
- printf(" -e display error messages (default level).\n");
- printf(" -C display critical messages.\n");
- printf(" -h display usage information\n");
+ printf(" -d display debug messages.\n");
+ printf(" -e display error messages (default level).\n");
+ printf(" -C display critical messages.\n");
+ printf(" -h display usage information\n");
printf(" -H ask the daemon to rescan the available readers\n");
- printf(" -v display the program version number\n");
+ printf(" -v display the program version number\n");
printf(" -t maximum number of threads\n");
printf(" -s maximum number of card handle per thread\n");
printf(" -r maximum number of card handle per reader\n");
Modified: trunk/PCSC/src/winscard_clnt.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/winscard_clnt.c?rev=5938&op=diff
==============================================================================
--- trunk/PCSC/src/winscard_clnt.c (original)
+++ trunk/PCSC/src/winscard_clnt.c Sat Sep 3 21:43:53 2011
@@ -1455,8 +1455,8 @@
* - \ref SCARD_SPECIFIC - The card has been reset and specific
* communication protocols have been established.
* @param[out] pdwProtocol Current protocol of this reader.
- * - \ref SCARD_PROTOCOL_T0 Use the T=0 protocol.
- * - \ref SCARD_PROTOCOL_T1 Use the T=1 protocol.
+ * - \ref SCARD_PROTOCOL_T0 Use the T=0 protocol.
+ * - \ref SCARD_PROTOCOL_T1 Use the T=1 protocol.
* @param[out] pbAtr Current ATR of a card in this reader.
* @param[out] pcbAtrLen Length of ATR.
*
More information about the Pcsclite-cvs-commit
mailing list