diff options
Diffstat (limited to 'g10/encr-data.c')
-rw-r--r-- | g10/encr-data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/encr-data.c b/g10/encr-data.c index 8cb526004..23ab0a662 100644 --- a/g10/encr-data.c +++ b/g10/encr-data.c @@ -99,7 +99,7 @@ decrypt_data( void *procctx, PKT_encrypted *ed, DEK *dek ) log_error("key setup failed: %s\n", g10_errstr(rc) ); goto leave; -} + } if (!ed->buf) { log_error(_("problem handling encrypted packet\n")); goto leave; |