Address a build issue on Windows.

svn path=/trunk/; revision=46669
This commit is contained in:
Michael Tüxen 2012-12-21 13:17:20 +00:00
parent 2dcbad6126
commit 67f86530b1
1 changed files with 2 additions and 2 deletions

View File

@ -555,10 +555,10 @@ finalize_crc32c(guint32 crc32)
return ( result );
}
static unsigned long
static guint16
number_of_padding_bytes (unsigned long length)
{
unsigned long remainder;
guint16 remainder;
remainder = length % 4;