Constify the name member of a struct _proto_xmlpi_attr, to squelch

warnings.

svn path=/trunk/; revision=47561
This commit is contained in:
Guy Harris 2013-02-08 09:09:29 +00:00
parent 922a57753b
commit e92f2f398d
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
#include "dtd_parse_lex.h"
struct _proto_xmlpi_attr {
gchar* name;
const gchar* name;
void (*act)(gchar*);
};