[uim-commit] r936 - trunk/uim
tkng at freedesktop.org
tkng at freedesktop.org
Tue Jul 5 03:48:14 PDT 2005
Author: tkng
Date: 2005-07-05 03:48:11 -0700 (Tue, 05 Jul 2005)
New Revision: 936
Modified:
trunk/uim/uim-module-manager.c
Log:
* uim/uim-module-manager.c: # is not a valid comment start mark,
; should be used.
Modified: trunk/uim/uim-module-manager.c
===================================================================
--- trunk/uim/uim-module-manager.c 2005-07-05 10:11:19 UTC (rev 935)
+++ trunk/uim/uim-module-manager.c 2005-07-05 10:48:11 UTC (rev 936)
@@ -121,7 +121,7 @@
return uim_scm_f();
}
- fputs("# This is an automatically generated file. DO NOT EDIT.\n\n", fp);
+ fputs(";; This is an automatically generated file. DO NOT EDIT.\n\n", fp);
fputs(uim_scm_refer_c_str(str), fp);
fclose(fp);
@@ -138,7 +138,7 @@
return uim_scm_f();
}
- fputs("# This is an automatically generated file. DO NOT EDIT.\n\n", fp);
+ fputs(";; This is an automatically generated file. DO NOT EDIT.\n\n", fp);
fputs(uim_scm_refer_c_str(str), fp);
fclose(fp);
More information about the uim-commit
mailing list