Assign pointers to strings to a const pointer.

svn path=/trunk/; revision=25582
This commit is contained in:
Guy Harris 2008-06-24 18:22:26 +00:00
parent dc7ae72983
commit 884a635762
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ void
dfilter_dump(dfilter_t *df)
{
guint i;
gchar *sep = "";
const gchar *sep = "";
dfvm_dump(stdout, df->insns);