]> granicus.if.org Git - neomutt/commit
pgpewrap: remove duplicate if statement
authorJelle van der Waa <jelle@vdwaa.nl>
Thu, 21 Sep 2017 19:36:49 +0000 (21:36 +0200)
committerRichard Russon <rich@flatcap.org>
Mon, 2 Oct 2017 11:32:51 +0000 (12:32 +0100)
commitf4fc8f5ef150f919a303ebbe5ef51acd0d40ff12
treeda9729869234899f44d15d267076428828f605a9
parentb7652910685428fdbc0e002469f808234128bf50
pgpewrap: remove duplicate if statement

The condition argc <= 1 is equal to argc < 2, remove the duplicate argc
<2 statement.
pgpewrap.c