[uim-commit] r1837 - trunk/xim

ekato at freedesktop.org ekato at freedesktop.org
Thu Oct 13 22:01:49 PDT 2005


Author: ekato
Date: 2005-10-13 22:01:46 -0700 (Thu, 13 Oct 2005)
New Revision: 1837

Modified:
   trunk/xim/util.h
Log:
* xim/util.h : Fix typo reported on [Anthy-dev 2533] by NOKUBI
  Takatsugu.


Modified: trunk/xim/util.h
===================================================================
--- trunk/xim/util.h	2005-10-10 20:49:30 UTC (rev 1836)
+++ trunk/xim/util.h	2005-10-14 05:01:46 UTC (rev 1837)
@@ -46,7 +46,7 @@
 void hex_dump(unsigned char *buf, int len);
 
 // misc replacement functions
-#ifndef HAV_ASPRINTF
+#ifndef HAVE_ASPRINTF
 int asprintf(char **ptr, const char *format, ...);
 #endif
 



More information about the uim-commit mailing list