From 2f23034cbe4f7b85dd6b052dd14629d3fd2d9127 Mon Sep 17 00:00:00 2001 From: wmeier Date: Wed, 27 Feb 2008 00:24:24 +0000 Subject: Fix another compile error .... git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24484 f5534014-38df-0310-8fa8-9805f1628bb7 --- color_filters.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'color_filters.c') diff --git a/color_filters.c b/color_filters.c index 4d45c08ea5..445c36d1cf 100644 --- a/color_filters.c +++ b/color_filters.c @@ -741,7 +741,7 @@ gboolean color_filters_write(GSList *cfl) { gchar *pf_dir_path; - const gchar *path; + gchar *path; FILE *f; /* Create the directory that holds personal configuration files, -- cgit v1.2.3