Fix build.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 10 Oct 2010 19:42:30 +0000 (19:42 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 10 Oct 2010 19:42:30 +0000 (19:42 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34456 f5534014-38df-0310-8fa8-9805f1628bb7

gtk/follow_ssl.c

index f65e7e34af79fb6649255ee5c25b3a54c7c0d65a..e7c74ec114b287eed7884e862369b24f9c37bef2 100644 (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;