Typo.
authorjbj <devnull@localhost>
Mon, 23 Aug 1999 23:51:34 +0000 (23:51 +0000)
committerjbj <devnull@localhost>
Mon, 23 Aug 1999 23:51:34 +0000 (23:51 +0000)
CVS patchset: 3248
CVS date: 1999/08/23 23:51:34

rpm.c

diff --git a/rpm.c b/rpm.c
index bc7cdae..0cc5942 100755 (executable)
--- a/rpm.c
+++ b/rpm.c
@@ -1053,7 +1053,7 @@ int main(int argc, char ** argv)
            struct stat sb;
            int errors = 0;
 
-           if ((argv = poptGetArgs(optCon)) == NULL)) {
+           if ((argv = poptGetArgs(optCon)) == NULL) {
                fprintf(stderr, _("no files to sign\n"));
                errors++;
            } else