sometimes you have to declare variables too
This commit is contained in:
parent
b2b8ad92bf
commit
3dce6cbf86
1 changed files with 1 additions and 0 deletions
|
@ -386,6 +386,7 @@ static void parse_dock(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node,
|
|||
static void parse_menu(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node,
|
||||
gpointer d)
|
||||
{
|
||||
xmlNodePtr n;
|
||||
for (node = node->children; node; node = node->next) {
|
||||
if (!xmlStrcasecmp(node->name, (const xmlChar*) "file")) {
|
||||
gchar *c;
|
||||
|
|
Loading…
Reference in a new issue