Fix non-libz build.

svn path=/trunk/; revision=32734
This commit is contained in:
Martin Mathieson 2010-05-10 12:56:01 +00:00
parent f4418004f6
commit 33dc9a3eb4
1 changed files with 1 additions and 1 deletions

View File

@ -638,7 +638,7 @@ wtap_close(wtap *wth)
}
void
wtap_cleareof(wtap *wth) {
wtap_cleareof(wtap *wth _U_) {
#ifdef HAVE_LIBZ
/* Reset EOF */
if (gzeof(wth->fh))