diff options
Diffstat (limited to 'gpgme/data-user.c')
-rw-r--r-- | gpgme/data-user.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gpgme/data-user.c b/gpgme/data-user.c index f67c0fe7..2d3cb5d4 100644 --- a/gpgme/data-user.c +++ b/gpgme/data-user.c @@ -51,7 +51,6 @@ static void user_release (GpgmeData dh) { (*dh->data.user.cbs->release) (dh->data.user.handle); - return 0; } |