summaryrefslogtreecommitdiffstats
path: root/crypto/asn1
diff options
context:
space:
mode:
authorNils Larsch <nils@openssl.org>2006-12-19 19:49:02 +0000
committerNils Larsch <nils@openssl.org>2006-12-19 19:49:02 +0000
commit34f0a1930928bba6902b8b6d5217bc6bd667f5c7 (patch)
tree103955fd3225b1f0d3e9bee1b55cb45502775fdc /crypto/asn1
parent772e3c07b4b09f2e59d35da3ce67410b625a39d4 (diff)
remove trailing '\'
PR: 1438
Diffstat (limited to 'crypto/asn1')
-rw-r--r--crypto/asn1/asn1t.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/asn1t.h b/crypto/asn1/asn1t.h
index 3ad3906d8e..16a1db24aa 100644
--- a/crypto/asn1/asn1t.h
+++ b/crypto/asn1/asn1t.h
@@ -99,7 +99,7 @@ extern "C" {
#define ASN1_ITEM_start(itname) \
const ASN1_ITEM * itname##_it(void) \
{ \
- static const ASN1_ITEM local_it = { \
+ static const ASN1_ITEM local_it = {
#define ASN1_ITEM_end(itname) \
}; \