diff options
Diffstat (limited to 'smime/lib/e-cert-db.c')
-rw-r--r-- | smime/lib/e-cert-db.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smime/lib/e-cert-db.c b/smime/lib/e-cert-db.c index e0434754a8..fc976bffba 100644 --- a/smime/lib/e-cert-db.c +++ b/smime/lib/e-cert-db.c @@ -953,7 +953,7 @@ default_nickname (CERTCertificate *cert) CERT_DestroyCertificate(dummycert); if (tmp != nickname) PR_Free(nickname); count++; - } /* end of while(1) */ + } /* end of while (1) */ loser: if ( nickname ) { |