Skip to content

Commit

Permalink
Doxygen: fix a reference
Browse files Browse the repository at this point in the history
PCSC/src/winscard_clnt.c:2332: warning: unable to resolve reference to `SCARD_ATTR_DEVICE_FRIENDLY_NAME\n' for \ref command
  • Loading branch information
LudovicRousseau committed May 17, 2019
1 parent 5345cf5 commit 4369771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/winscard_clnt.c
Original file line number Diff line number Diff line change
Expand Up @@ -2329,7 +2329,7 @@ LONG SCardControl(SCARDHANDLE hCard, DWORD dwControlCode, LPCVOID pbSendBuffer,
* - \ref SCARD_ATTR_CURRENT_W
* - \ref SCARD_ATTR_DEFAULT_CLK
* - \ref SCARD_ATTR_DEFAULT_DATA_RATE
* - \ref SCARD_ATTR_DEVICE_FRIENDLY_NAME\n
* - \ref SCARD_ATTR_DEVICE_FRIENDLY_NAME
* Implemented by pcsc-lite if the IFD Handler (driver) returns \ref
* IFD_ERROR_TAG. pcsc-lite then returns the same reader name as
* returned by \ref SCardListReaders().
Expand Down

0 comments on commit 4369771

Please sign in to comment.