Fix function name typo
authorPeng Huang <shawn.p.huang@gmail.com>
Thu, 3 Jun 2010 15:12:13 +0000 (23:12 +0800)
committerPeng Huang <shawn.p.huang@gmail.com>
Thu, 3 Jun 2010 15:12:13 +0000 (23:12 +0800)
src/ibusxml.c

index 65c96c1..917643d 100644 (file)
@@ -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);
 }