aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_draw.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/proto_draw.c')
-rw-r--r--gtk/proto_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/proto_draw.c b/gtk/proto_draw.c
index a9025ef39b..4fb4c8b560 100644
--- a/gtk/proto_draw.c
+++ b/gtk/proto_draw.c
@@ -1020,7 +1020,7 @@ packet_hex_print_common(GtkTextView *bv, const guint8 *pd, int len, int bstart,
GtkTextBuffer *buf = gtk_text_view_get_buffer(GTK_TEXT_VIEW(bv));
GtkTextIter iter;
const char *revstyle;
- const gchar *convline;
+ gchar *convline;
gsize newsize;
GtkTextMark *mark = NULL;
#endif