rpms/crypto-utils/devel certwatch.c,1.16,1.17

Elio Maldonado emaldonado at fedoraproject.org
Mon Dec 29 01:21:24 UTC 2008


Author: emaldonado

Update of /cvs/extras/rpms/crypto-utils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16777

Modified Files:
	certwatch.c 
Log Message:
fix syntax error


Index: certwatch.c
===================================================================
RCS file: /cvs/extras/rpms/crypto-utils/devel/certwatch.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- certwatch.c	29 Dec 2008 00:52:25 -0000	1.16
+++ certwatch.c	29 Dec 2008 01:20:53 -0000	1.17
@@ -191,7 +191,7 @@
                    PRTime start, PRTime end, PRTime now, int quiet)
 {
     /* Note that filename can be the cert nickname. */
-    int renew = 1, int days;         /* days till expiry */
+    int renew = 1, days;         /* days till expiry */
     char subj[50];
 
     switch (validity) {




More information about the fedora-extras-commits mailing list