Fix definition of tvb_memcpy() to match declaration.

svn path=/trunk/; revision=21555
This commit is contained in:
Guy Harris 2007-04-24 17:12:29 +00:00
parent 6f8cee8acd
commit 8ff20a50ce
1 changed files with 1 additions and 1 deletions

View File

@ -963,7 +963,7 @@ composite_memcpy(tvbuff_t *tvb, guint8* target, guint abs_offset, guint abs_leng
}
void*
tvb_memcpy(tvbuff_t *tvb, guint8* target, gint offset, gint length)
tvb_memcpy(tvbuff_t *tvb, void* target, gint offset, gint length)
{
guint abs_offset, abs_length;