mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +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
1766efbe5e
commit
8bef1e2821
@ -420,7 +420,6 @@ static void
|
|||||||
show_photo (const char *command, const char *name, const void *image, u32 len)
|
show_photo (const char *command, const char *name, const void *image, u32 len)
|
||||||
{
|
{
|
||||||
log_error(_("no remote program execution supported\n"));
|
log_error(_("no remote program execution supported\n"));
|
||||||
return GPG_ERR_GENERAL;
|
|
||||||
}
|
}
|
||||||
#else /* ! NO_EXEC */
|
#else /* ! NO_EXEC */
|
||||||
#include "../common/membuf.h"
|
#include "../common/membuf.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user