From 0ca5d06e2e1986f8137619a3f0cd8017316c9c82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Sat, 31 Jul 2004 22:02:20 +0000 Subject: Change // to C90 style comment svn path=/trunk/; revision=11576 --- plugins/asn1/packet-asn1.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'plugins/asn1') diff --git a/plugins/asn1/packet-asn1.c b/plugins/asn1/packet-asn1.c index 1628e19cec..74fc9f0332 100644 --- a/plugins/asn1/packet-asn1.c +++ b/plugins/asn1/packet-asn1.c @@ -3024,9 +3024,10 @@ tbl_type(guint n, GNode *pdu, GNode *list, guint fullindex) /* indent, pdu, sour break; } - /******* change to positive comparation, but leave comment for reference */ - // if (((TBLTag *)list->data)->type != TBLTYPE_TypeRef) { - // CHECKTYPE(list, TBLTYPE_Type); + /******* change to positive comparation, but leave comment for reference + * if (((TBLTag *)list->data)->type != TBLTYPE_TypeRef) { + * CHECKTYPE(list, TBLTYPE_Type); + */ if (((TBLTag *)list->data)->type == TBLTYPE_Type) { CHECKTYPE(list, TBLTYPE_Type); -- cgit v1.2.3