projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2f13c1
)
(m17n_init): Fix typo (== -> =).
author
handa
<handa>
Fri, 15 Apr 2005 08:08:12 +0000
(08:08 +0000)
committer
handa
<handa>
Fri, 15 Apr 2005 08:08:12 +0000
(08:08 +0000)
src/m17n.c
patch
|
blob
|
history
diff --git
a/src/m17n.c
b/src/m17n.c
index
d1e7672
..
4a9ac5e
100644
(file)
--- a/
src/m17n.c
+++ b/
src/m17n.c
@@
-42,7
+42,7
@@
m17n_init (void)
{
int mdebug_mask = MDEBUG_INIT;
- merror_code == MERROR_NONE;
+ merror_code = MERROR_NONE;
if (m17n__shell_initialized++)
return;
m17n_init_core ();