better type naming


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@351 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/tests/19-param-OK.asn1.-P b/tests/19-param-OK.asn1.-P
index 83be07d..e980f1c 100644
--- a/tests/19-param-OK.asn1.-P
+++ b/tests/19-param-OK.asn1.-P
@@ -200,7 +200,7 @@
 
 
 typedef struct Name {
-	A_SEQUENCE_OF(struct RelativeDistinguishedName) list;
+	A_SEQUENCE_OF(RelativeDistinguishedName_t) list;
 	
 	/* Context for parsing across buffer boundaries */
 	ber_dec_ctx_t _ber_dec_ctx;