mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-10 21:38:50 +01: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
@ -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…
Reference in New Issue
Block a user