touchups.

touchups.
This commit is contained in:
Elliot Lee
2000-11-29 16:25:36 +00:00
parent 55ec7f32a6
commit 61c2307387
4 changed files with 4 additions and 6 deletions

View File

@@ -1263,8 +1263,8 @@ g_markup_parse_context_parse (GMarkupParseContext *context,
if (context->parser->start_element)
(* context->parser->start_element) (context,
start_name,
(const gchar *)attr_names,
(const gchar *)attr_values,
(const gchar **)attr_names,
(const gchar **)attr_values,
context->user_data,
&tmp_error);