[uim-commit] r1533 - trunk/uim

tkng at freedesktop.org tkng at freedesktop.org
Wed Sep 21 04:16:51 PDT 2005


Author: tkng
Date: 2005-09-21 04:16:49 -0700 (Wed, 21 Sep 2005)
New Revision: 1533

Modified:
   trunk/uim/uimint.h
Log:
* uim/uimint.h: Fixed wrongly replaced context.h. That
  should be _uimint_h_included_, not _uimint.h_included.
 

Modified: trunk/uim/uimint.h
===================================================================
--- trunk/uim/uimint.h	2005-09-21 11:10:13 UTC (rev 1532)
+++ trunk/uim/uimint.h	2005-09-21 11:16:49 UTC (rev 1533)
@@ -30,8 +30,8 @@
   SUCH DAMAGE.
 */
 
-#ifndef _uimint.h_included_
-#define _uimint.h_included_
+#ifndef _uimint_h_included_
+#define _uimint_h_included_
 
 #ifdef __cplusplus
 extern "C" {



More information about the uim-commit mailing list