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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/proto_draw.c b/gtk/proto_draw.c
index 2fca557d65..a9025ef39b 100644
--- a/gtk/proto_draw.c
+++ b/gtk/proto_draw.c
@@ -1019,8 +1019,8 @@ packet_hex_print_common(GtkTextView *bv, const guint8 *pd, int len, int bstart,
#else
GtkTextBuffer *buf = gtk_text_view_get_buffer(GTK_TEXT_VIEW(bv));
GtkTextIter iter;
- char *revstyle;
- gchar *convline;
+ const char *revstyle;
+ const gchar *convline;
gsize newsize;
GtkTextMark *mark = NULL;
#endif