Fix build.

svn path=/trunk/; revision=34456
This commit is contained in:
Guy Harris 2010-10-10 19:42:30 +00:00
parent 45371fce82
commit 708e2d905b
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ packet_is_ssl(epan_dissect_t* edt);
a dissection routine on belongs (this might be the most recently
selected packet, or it might be the last packet in the file). */
void
follow_ssl_stream_cb(GtkWidget * w, gpointer data _U_)
follow_ssl_stream_cb(GtkWidget * w _U_, gpointer data _U_)
{
GtkWidget *filter_te, *filter_cm;
gchar *follow_filter;