X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=src%2Ffileutil.c;h=fc8e7f7bae850c9a28b328d1dd1c1f598b9fd616;hb=HEAD;hp=ce0bdb7b50d3405b0c4b87b4715c297f8284f4ce;hpb=4c1c2b85914997dfaab4718b2723bdb5ba2ef779;p=oss%2Fcatdoc.git diff --git a/src/fileutil.c b/src/fileutil.c index ce0bdb7..fc8e7f7 100644 --- a/src/fileutil.c +++ b/src/fileutil.c @@ -111,7 +111,7 @@ int check_charset(char **filename,const char *charset) { *filename=strdup(charset); free(tmppath); return 1; - } + } return 0; }