aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-07-31 22:02:20 +0000
committerJörg Mayer <jmayer@loplof.de>2004-07-31 22:02:20 +0000
commit0ca5d06e2e1986f8137619a3f0cd8017316c9c82 (patch)
treeaa0affea9881078f0e1d3eee9b5bcd0e104fabfd /plugins
parent4954ae8855ed60e0e23c216e32da68958743b160 (diff)
Change // to C90 style comment
svn path=/trunk/; revision=11576
Diffstat (limited to 'plugins')
-rw-r--r--plugins/asn1/packet-asn1.c7
1 files changed, 4 insertions, 3 deletions
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);