commit | 99b9259f76facffd66013851f5394bd21c1fcf84 | [log] [tgz] |
---|---|---|
author | Mansour Moufid <mansourmoufid@gmail.com> | Sun Feb 15 17:46:32 2015 -0500 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Feb 16 10:43:52 2015 +0000 |
tree | bc314b9e1c61d8460f7df1700de574ea2903a9a6 | |
parent | c531b4af3c711b668f469b7cef4e683c54000822 [diff] [blame] |
Fix whitespace of 369e6c20.
diff --git a/library/asn1parse.c b/library/asn1parse.c index 4847f78..2cfd129 100644 --- a/library/asn1parse.c +++ b/library/asn1parse.c
@@ -270,8 +270,7 @@ /* Allocate and assign next pointer */ if( *p < end ) { - cur->next = polarssl_malloc( - sizeof( asn1_sequence ) ); + cur->next = polarssl_malloc( sizeof( asn1_sequence ) ); if( cur->next == NULL ) return( POLARSSL_ERR_ASN1_MALLOC_FAILED );