[uim-commit] r569 - trunk/uim

makeinu at freedesktop.org makeinu at freedesktop.org
Sun Feb 6 08:07:52 PST 2005


Author: makeinu
Date: 2005-02-06 08:07:49 -0800 (Sun, 06 Feb 2005)
New Revision: 569

Modified:
   trunk/uim/uim-custom.c
Log:
* uim/uim-custom.c
  - (uim_custom_olist_get): Fixed typo.


Modified: trunk/uim/uim-custom.c
===================================================================
--- trunk/uim/uim-custom.c	2005-02-06 15:54:16 UTC (rev 568)
+++ trunk/uim/uim-custom.c	2005-02-06 16:07:49 UTC (rev 569)
@@ -347,7 +347,7 @@
 
 /* ordered list */
 static struct uim_custom_choice **
-uim_custom_olist_get(const char *custom_sym, const char getter_proc)
+uim_custom_olist_get(const char *custom_sym, const char *getter_proc)
 {
   UIM_EVAL_FSTRING3(NULL, "(define %s (%s '%s))",
 		    str_list_arg, getter_proc, custom_sym);



More information about the Uim-commit mailing list