Appease the buildbots.

svn path=/trunk/; revision=40281
This commit is contained in:
Chris Maynard 2011-12-22 19:41:13 +00:00
parent a856a7ec53
commit fe290f10f6
1 changed files with 2 additions and 2 deletions

View File

@ -2539,7 +2539,7 @@ dissect_tcpopt_qs(const ip_tcp_opt *optp, tvbuff_t *tvb,
static void
dissect_tcpopt_scps(const ip_tcp_opt *optp, tvbuff_t *tvb,
dissect_tcpopt_scps(const ip_tcp_opt *optp _U_, tvbuff_t *tvb,
int offset, guint optlen, packet_info *pinfo,
proto_tree *opt_tree)
{
@ -2615,7 +2615,7 @@ dissect_tcpopt_scps(const ip_tcp_opt *optp, tvbuff_t *tvb,
{0x07, "RESERVED"}
};
gboolean anyflag = FALSE;
gint i;
guint i;
col_append_str(pinfo->cinfo, COL_INFO, " SCPS[");
for (i = 0; i < sizeof(capvecs)/sizeof(struct capvec); i++) {