Commit 953253dd authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Cosmetic fix

parent 4f4d1a58
...@@ -35,14 +35,14 @@ extern "C" { ...@@ -35,14 +35,14 @@ extern "C" {
struct xml_t struct xml_t
{ {
VLC_COMMON_MEMBERS VLC_COMMON_MEMBERS
/* Module properties */ /* Module properties */
module_t *p_module; module_t *p_module;
xml_sys_t *p_sys; xml_sys_t *p_sys;
void (*pf_catalog_load) ( xml_t *, const char * ); void (*pf_catalog_load) ( xml_t *, const char * );
void (*pf_catalog_add) ( xml_t *, const char *, const char *, void (*pf_catalog_add) ( xml_t *, const char *, const char *,
const char * ); const char * );
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment