removed semicolon to be able to use it in conditional statements

git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@873 59561ff5-6e30-0410-9f3c-9617f08c8826
This commit is contained in:
vlm 2005-04-18 05:41:08 +00:00
parent 2169592d64
commit fa8b7948b9
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ xer_type_encoder_f OCTET_STRING_encode_xer_utf8;
int OCTET_STRING_fromBuf(OCTET_STRING_t *s, const char *str, int size);
/* Handy conversion from the C string into the OCTET STRING. */
#define OCTET_STRING_fromString(s, str) OCTET_STRING_fromBuf(s, str, -1);
#define OCTET_STRING_fromString(s, str) OCTET_STRING_fromBuf(s, str, -1)
/*
* Allocate and fill the new OCTET STRING and return a pointer to the newly