MSVC doesn't like empty array inits

svn path=/trunk/; revision=19368
This commit is contained in:
Ulf Lamping 2006-09-29 21:53:54 +00:00
parent 4647b593ee
commit d6f0ae689c
1 changed files with 2 additions and 2 deletions

View File

@ -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");