mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
rsaenh: Fix a comment.
This commit is contained in:
parent
188610e603
commit
61d58c15aa
1 changed files with 1 additions and 1 deletions
|
@ -1002,7 +1002,7 @@ static BOOL delete_container_key(LPCSTR pszContainerName, DWORD dwFlags)
|
|||
* Stores key container's keys in a persistent location.
|
||||
*
|
||||
* PARAMS
|
||||
* pKeyContainer [I] Pointer to the key container to be destroyed.
|
||||
* pKeyContainer [I] Pointer to the key container whose keys are to be saved
|
||||
*/
|
||||
static void store_key_container_keys(KEYCONTAINER *pKeyContainer)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue