aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/packet_list_store.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk/packet_list_store.h')
-rw-r--r--ui/gtk/packet_list_store.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/packet_list_store.h b/ui/gtk/packet_list_store.h
index 4c5120e3a9..6d01f7f144 100644
--- a/ui/gtk/packet_list_store.h
+++ b/ui/gtk/packet_list_store.h
@@ -61,7 +61,7 @@ struct _PacketListRecord
/** The column text for some columns */
gchar **col_text;
/**< The length of the column text strings in 'col_text' */
- guint *col_text_len;
+ gushort *col_text_len;
frame_data *fdata;