From: handa Date: Tue, 4 Dec 2007 01:51:36 +0000 (+0000) Subject: Fix previous change. X-Git-Tag: REL-1-5-0~27 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ec48939019fc07c15352ae2842580b862868548b;p=m17n%2Fm17n-lib.git Fix previous change. --- diff --git a/src/m17n.h b/src/m17n.h index dd94200..4a117cd 100644 --- a/src/m17n.h +++ b/src/m17n.h @@ -39,7 +39,7 @@ extern void m17n_init (void); #ifdef _M17N_FLT_H_ #define M17N_INIT() m17n_init_flt (1) #else /* not _M17N_FLT_H_ */ -#define M17N_INIT() m17n_init (1) +#define M17N_INIT() m17n_init () #endif /* not _M17N_FLT_H_ */ extern void m17n_fini (void);