projects
/
platform
/
upstream
/
ibus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54fa37f
)
Fix function name typo
author
Peng Huang
<shawn.p.huang@gmail.com>
Thu, 3 Jun 2010 15:12:13 +0000
(23:12 +0800)
committer
Peng Huang
<shawn.p.huang@gmail.com>
Thu, 3 Jun 2010 15:12:13 +0000
(23:12 +0800)
src/ibusxml.c
patch
|
blob
|
history
diff --git
a/src/ibusxml.c
b/src/ibusxml.c
index 65c96c1f630192d54be50bc7d05066d80b3c125d..917643dc6e460688d55b95fceafaacc013b624be 100644
(file)
--- a/
src/ibusxml.c
+++ b/
src/ibusxml.c
@@
-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);
}