openpgp: coverity scan warning MISSING_RETURN

Coverity Scan CID: 709045
This commit is contained in:
Viktor Tarasov 2012-06-11 18:48:37 +02:00
parent a305f4a99b
commit 9466891752
1 changed files with 1 additions and 1 deletions

View File

@ -544,7 +544,7 @@ pgp_set_blob(struct blob *blob, const u8 *data, size_t len)
* Internal: Implement Access Control List for emulated file.
* The Access Control is derived from the DO access permission.
**/
static int
static void
pgp_attach_acl(sc_card_t *card, sc_file_t *file, struct do_info *info)
{
sc_acl_entry_t *acl;