mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Fix a typo and a wrong code indentation.
-- Reported-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
6ac7a80c48
commit
42c44e9ccd
2 changed files with 3 additions and 3 deletions
|
@ -1075,8 +1075,8 @@ agent_scd_pkdecrypt (const char *serialno,
|
|||
}
|
||||
rc = assuan_transact (agent_ctx, line,
|
||||
NULL, NULL, NULL, NULL, NULL, NULL);
|
||||
if (rc)
|
||||
return rc;
|
||||
if (rc)
|
||||
return rc;
|
||||
}
|
||||
|
||||
init_membuf (&data, 1024);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue