X-Git-Url: http://www.wagner.pp.ru/gitweb/?p=oss%2Fcatdoc.git;a=blobdiff_plain;f=src%2Ffileutil.c;fp=src%2Ffileutil.c;h=fc8e7f7bae850c9a28b328d1dd1c1f598b9fd616;hp=ce0bdb7b50d3405b0c4b87b4715c297f8284f4ce;hb=26ea699acb7f01e0b3431fd6173feb1f09094d8e;hpb=4c1c2b85914997dfaab4718b2723bdb5ba2ef779 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; }