Spelling error in define

This commit is contained in:
Michiel Broek 2007-08-25 22:07:07 +00:00
parent 282ffb1ac9
commit 57f398c719

View File

@ -297,7 +297,7 @@ int chartran_init(char *fromset, char *toset, int loglvl)
{
loglevel = loglvl;
#ifdef HAVE_ICONF_H
#ifdef HAVE_ICONV_H
if (use_tran1 || use_tran2) {
WriteError("chartran_init() called while still open");