clean-up; removed unnecessary field from type descriptor


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@400 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/skeletons/constr_TYPE.c b/skeletons/constr_TYPE.c
index 5085e4a..c0e966a 100644
--- a/skeletons/constr_TYPE.c
+++ b/skeletons/constr_TYPE.c
@@ -41,7 +41,7 @@
 	}
 
 	/* Invoke type-specific printer */
-	if(td->print_struct(td, struct_ptr, 4, _print2fp, stream))
+	if(td->print_struct(td, struct_ptr, 1, _print2fp, stream))
 		return -1;
 
 	/* Terminate the output */