X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pgp.c;h=7bf892c79c76ec33ce55ee4e559f1335f6d46cf2;hp=04f58008cd64356c4c884fbb900c2576054aeed9;hb=1ba8fe51b392da2018cdf535389ae5a21f99ce27;hpb=0f44dc85fc1280372ffab911d701e703d803fb4b diff --git a/pgp.c b/pgp.c index 04f5800..7bf892c 100644 --- a/pgp.c +++ b/pgp.c @@ -921,7 +921,7 @@ BODY *pgp_sign_message (BODY * a) if ((thepid = pgp_invoke_sign (&pgpin, &pgpout, &pgperr, -1, -1, -1, signedfile)) == -1) { - mutt_perror _("Can't open PGP subprocess!"); + mutt_perror (_("Can't open PGP subprocess!")); fclose (fp); unlink (sigfile); @@ -1341,7 +1341,7 @@ BODY *pgp_traditional_encryptsign (BODY * a, int flags, char *keylist) if ((thepid = pgp_invoke_traditional (&pgpin, NULL, NULL, -1, fileno (pgpout), fileno (pgperr), pgpinfile, keylist, flags)) == -1) { - mutt_perror _("Can't invoke PGP"); + mutt_perror (_("Can't invoke PGP")); fclose (pgpout); fclose (pgperr);