tried -pedantic


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@940 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/skeletons/OCTET_STRING.c b/skeletons/OCTET_STRING.c
index 5818455..b43c18f 100644
--- a/skeletons/OCTET_STRING.c
+++ b/skeletons/OCTET_STRING.c
@@ -101,7 +101,7 @@
 typedef enum OS_type {
 	_TT_GENERIC	= 0,	/* Just a random OCTET STRING */
 	_TT_BIT_STRING	= 1,	/* BIT STRING type, a special case */
-	_TT_ANY		= 2,	/* ANY type, a special case too */
+	_TT_ANY		= 2	/* ANY type, a special case too */
 } OS_type_e;
 
 /*