Remove extra double quote from fix to bug 1110

svn path=/trunk/; revision=19347
This commit is contained in:
Martin Mathieson 2006-09-28 09:27:28 +00:00
parent dc6b87bd2a
commit 86e32d4b90
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ proto_tree_write_node_pdml(proto_node *node, gpointer data)
case FT_PROTOCOL:
break;
case FT_NONE:
fputs("\" show=\"\" value=\"\"", pdata->fh);
fputs("\" show=\"\" value=\"", pdata->fh);
break;
default:
/* XXX - this is a hack until we can just call