From: handa Date: Fri, 15 Apr 2005 08:08:12 +0000 (+0000) Subject: (m17n_init): Fix typo (== -> =). X-Git-Tag: REL-1-3-0~340 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e4c62561cff21096fa67c226fcc6c214779006c;p=m17n%2Fm17n-lib.git (m17n_init): Fix typo (== -> =). --- diff --git a/src/m17n.c b/src/m17n.c index d1e7672..4a9ac5e 100644 --- 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 ();