mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: Minor fix when building with --disable-exec
* g10/photoid.c (show_photo): No return for a void function. -- GnuPG-bug-id: 7256
This commit is contained in:
parent
1af3c09831
commit
c884e22140
1 changed files with 0 additions and 1 deletions
|
@ -425,7 +425,6 @@ static void
|
|||
show_photo (const char *command, const char *name, const void *image, u32 len)
|
||||
{
|
||||
log_error(_("no remote program execution supported\n"));
|
||||
return GPG_ERR_GENERAL;
|
||||
}
|
||||
#else /* ! NO_EXEC */
|
||||
#include "../common/membuf.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue