aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-08-25 08:11:29 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-08-25 08:11:29 +0000
commit6b4b0e4701dab9598c20560ea025c4f58e921b81 (patch)
tree218166929605d573f9d3c7383b31d2c7ab5f2f42
parent46ba7c65560d472d2cced980efec77453e87c03d (diff)
Typo
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38731 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--gtk/tcp_graph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/tcp_graph.c b/gtk/tcp_graph.c
index e88d9ebced..845e6dc333 100644
--- a/gtk/tcp_graph.c
+++ b/gtk/tcp_graph.c
@@ -473,7 +473,7 @@ static void magnify_get_geom (struct graph * , int , int );
static gboolean configure_event (GtkWidget * , GdkEventConfigure * , gpointer );
#if GTK_CHECK_VERSION(3,0,0)
static gboolean draw_event(GtkWidget *widget, cairo_t *cr, gpointer user_data);
-#endif
+#else
static gboolean expose_event (GtkWidget * , GdkEventExpose * , gpointer );
#endif
static gboolean button_press_event (GtkWidget * , GdkEventButton * , gpointer );