diff options
Diffstat (limited to 'smime')
-rw-r--r-- | smime/gui/e-cert-selector.h | 2 | ||||
-rw-r--r-- | smime/lib/e-asn1-object.h | 2 | ||||
-rw-r--r-- | smime/lib/e-cert.c | 4 | ||||
-rw-r--r-- | smime/lib/e-pkcs12.c | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/smime/gui/e-cert-selector.h b/smime/gui/e-cert-selector.h index 130d90920c..542a211745 100644 --- a/smime/gui/e-cert-selector.h +++ b/smime/gui/e-cert-selector.h @@ -54,7 +54,7 @@ struct _ECertSelectorClass { enum _e_cert_selector_type { E_CERT_SELECTOR_SIGNER, - E_CERT_SELECTOR_RECIPIENT, + E_CERT_SELECTOR_RECIPIENT }; GType e_cert_selector_get_type (void); diff --git a/smime/lib/e-asn1-object.h b/smime/lib/e-asn1-object.h index b761730ec3..d0cdb05d27 100644 --- a/smime/lib/e-asn1-object.h +++ b/smime/lib/e-asn1-object.h @@ -65,7 +65,7 @@ enum { E_ASN1_OBJECT_TYPE_HIGH_TAG_NUMBER = 31, E_ASN1_OBJECT_TYPE_CONTEXT_SPECIFIC = 32, E_ASN1_OBJECT_TYPE_APPLICATION = 33, - E_ASN1_OBJECT_TYPE_PRIVATE = 34, + E_ASN1_OBJECT_TYPE_PRIVATE = 34 }; struct _EASN1Object { diff --git a/smime/lib/e-cert.c b/smime/lib/e-cert.c index cbede0a5fe..2146fc3d32 100644 --- a/smime/lib/e-cert.c +++ b/smime/lib/e-cert.c @@ -1225,10 +1225,10 @@ e_cert_get_asn1_struct (ECert *cert) gboolean e_cert_mark_for_deletion (ECert *cert) { - // nsNSSShutDownPreventionLock locker; + /* nsNSSShutDownPreventionLock locker; */ #if 0 - // make sure user is logged in to the token + /* make sure user is logged in to the token */ nsCOMPtr<nsIInterfaceRequestor> ctx = new PipUIContext(); #endif diff --git a/smime/lib/e-pkcs12.c b/smime/lib/e-pkcs12.c index 98f16d6e75..759a7fd1d6 100644 --- a/smime/lib/e-pkcs12.c +++ b/smime/lib/e-pkcs12.c @@ -271,7 +271,7 @@ import_from_file_helper (EPKCS12 *pkcs12, PK11SlotInfo *slot, #ifdef notyet /* XXX we need this to check the gerror */ if (NS_ERROR_ABORT == rv) { - // inputToDecoder indicated a NSS error + /* inputToDecoder indicated a NSS error */ srv = SECFailure; } #else |