Address Windows warning

svn path=/trunk/; revision=54031
This commit is contained in:
Irene Rüngeler 2013-12-13 09:14:20 +00:00
parent 9792fe5d79
commit 7cfa3d05a3
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ static sctp_assoc_info_t * add_chunk_count(address * vadd, sctp_assoc_info_t * i
return info;
}
static sctp_assoc_info_t * add_address(address * vadd, sctp_assoc_info_t *info, guint8 direction)
static sctp_assoc_info_t * add_address(address * vadd, sctp_assoc_info_t *info, guint16 direction)
{
GList *list;
address *v=NULL;