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
diff --git a/skeletons/OCTET_STRING.h b/skeletons/OCTET_STRING.h
index 1081635..a4d5e41 100644
--- a/skeletons/OCTET_STRING.h
+++ b/skeletons/OCTET_STRING.h
@@ -43,7 +43,7 @@
 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