diff options
author | Jouni Malinen <j@w1.fi> | 2009-01-02 22:28:04 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2009-01-02 22:28:04 +0200 |
commit | a17df5fb8bc593690598a59065684284a89c78c3 (patch) | |
tree | 55277b831d953f741b3a85dcae5cbf4f6bab8be2 /src/utils | |
parent | a4149765a20d72127a7f3f669b7777b91b80532f (diff) | |
download | external_wpa_supplicant_8_ti-a17df5fb8bc593690598a59065684284a89c78c3.zip external_wpa_supplicant_8_ti-a17df5fb8bc593690598a59065684284a89c78c3.tar.gz external_wpa_supplicant_8_ti-a17df5fb8bc593690598a59065684284a89c78c3.tar.bz2 |
Fixed number of doxygen warnings
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/pcsc_funcs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/pcsc_funcs.c b/src/utils/pcsc_funcs.c index cf8e3b0..bf9f04a 100644 --- a/src/utils/pcsc_funcs.c +++ b/src/utils/pcsc_funcs.c @@ -611,7 +611,7 @@ failed: /** * scard_set_pin - Set PIN (CHV1/PIN1) code for accessing SIM/USIM commands * @scard: Pointer to private data from scard_init() - * pin: PIN code as an ASCII string (e.g., "1234") + * @pin: PIN code as an ASCII string (e.g., "1234") * Returns: 0 on success, -1 on failure */ int scard_set_pin(struct scard_data *scard, const char *pin) |