[uim-commit] r783 - trunk/uim
yamaken at freedesktop.org
yamaken at freedesktop.org
Wed Mar 9 08:25:24 PST 2005
Author: yamaken
Date: 2005-03-09 08:25:19 -0800 (Wed, 09 Mar 2005)
New Revision: 783
Modified:
trunk/uim/plugin.c
Log:
* uim/plugin.c
- (uim_init_plugin, uim_quit_plugin): Cosmetic change
Modified: trunk/uim/plugin.c
===================================================================
--- trunk/uim/plugin.c 2005-03-09 16:13:17 UTC (rev 782)
+++ trunk/uim/plugin.c 2005-03-09 16:25:19 UTC (rev 783)
@@ -203,7 +203,8 @@
}
/* Called from uim_init */
-void uim_init_plugin(void)
+void
+uim_init_plugin(void)
{
uim_scm_init_subr_1("load-plugin", plugin_load);
uim_scm_init_subr_1("unload-plugin", plugin_unload);
@@ -212,7 +213,8 @@
}
/* Called from uim_quit */
-void uim_quit_plugin(void)
+void
+uim_quit_plugin(void)
{
uim_lisp stack_start;
uim_lisp alist, rest, entry, name;
More information about the Uim-commit
mailing list