aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi-osd.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-09-29 21:53:54 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-09-29 21:53:54 +0000
commit0b1fbd9c93632306d45dd867fa653f31890bf531 (patch)
tree262d43207f115193e4830d86bcf0aedadabe7c2c /epan/dissectors/packet-scsi-osd.c
parentf39e9731821f6998b49fa8c6da6cc0537efc8daf (diff)
MSVC doesn't like empty array inits
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19368 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-scsi-osd.c')
-rw-r--r--epan/dissectors/packet-scsi-osd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-scsi-osd.c b/epan/dissectors/packet-scsi-osd.c
index 385d2e251a..f19d80165a 100644
--- a/epan/dissectors/packet-scsi-osd.c
+++ b/epan/dissectors/packet-scsi-osd.c
@@ -364,8 +364,8 @@ proto_register_scsi_osd(void)
};
/* Setup protocol subtree array */
- static gint *ett[] = {
- };
+/* static gint *ett[] = {
+ };*/
/* Register the protocol name and description */
proto_scsi_osd = proto_register_protocol("SCSI_OSD", "SCSI_OSD", "scsi_osd");