int -> gboolean

svn path=/trunk/; revision=53800
This commit is contained in:
Martin Kaiser 2013-12-05 21:35:25 +00:00
parent 1f9d8c5726
commit 13fb0f313c
1 changed files with 1 additions and 1 deletions

2
file.c
View File

@ -1238,7 +1238,7 @@ read_packet(capture_file *cf, dfilter_t *dfcode, epan_dissect_t *edt,
frame_data fdlocal;
guint32 framenum;
frame_data *fdata;
int passed;
gboolean passed;
int row = -1;
/* Add this packet's link-layer encapsulation type to cf->linktypes, if