Index: nss/lib/util/templates.c |
diff --git a/nss/lib/util/templates.c b/nss/lib/util/templates.c |
index e5f1ebc2489e7e5527da3e5c40e3b61664fb9ce1..bf5d69e81b334e3dd3d9de3d2ef747f27debdab2 100644 |
--- a/nss/lib/util/templates.c |
+++ b/nss/lib/util/templates.c |
@@ -22,10 +22,10 @@ const SEC_ASN1Template SECOID_AlgorithmIDTemplate[] = { |
{ SEC_ASN1_SEQUENCE, |
0, NULL, sizeof(SECAlgorithmID) }, |
{ SEC_ASN1_OBJECT_ID, |
- offsetof(SECAlgorithmID,algorithm), }, |
+ offsetof(SECAlgorithmID,algorithm) }, |
{ SEC_ASN1_OPTIONAL | SEC_ASN1_ANY, |
- offsetof(SECAlgorithmID,parameters), }, |
- { 0, } |
+ offsetof(SECAlgorithmID,parameters) }, |
+ { 0 } |
}; |
SEC_ASN1_CHOOSER_IMPLEMENT(SECOID_AlgorithmIDTemplate) |