Skip to content

Commit

Permalink
Fix function name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
phuang committed Jun 3, 2010
1 parent 54fa37f commit 9d9b4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ibusxml.c
Expand Up @@ -311,7 +311,7 @@ xml_output_indent (const XMLNode *node, int level, GString *output)
}

void
xml_output (const XMLNode *node, GString *output)
ibus_xml_output (const XMLNode *node, GString *output)
{
xml_output_indent (node, 0, output);
}
Expand Down

1 comment on commit 9d9b4e2

@microcai
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

隐藏了很久的 bug 啊! 。。。。。。

Please sign in to comment.