--- psiconv/trunk/lib/psiconv/configuration.c 2004/01/04 22:07:02 182 +++ psiconv/trunk/lib/psiconv/configuration.c 2004/01/09 22:20:03 185 @@ -18,8 +18,8 @@ */ #include "config.h" -#include "error.h" #include "compat.h" +#include "error.h" #include "unicode.h" #include @@ -73,7 +73,7 @@ (*config)->verbosity = value; else psiconv_fatal(*config,0,0,"Configuration file %s, line %d: " - "Verbosity should be between 1 and 4",filename,linenr); + "Verbosity should be between 1 and 5",filename,linenr); } else if (!(strcasecmp(var,"color"))) { if ((value == 0) || (value == 1)) (*config)->color = value;