From: Christos Zoulas Date: Wed, 25 Feb 2009 14:01:25 +0000 (+0000) Subject: oops forgot to commit the EFTYPE removal. X-Git-Tag: FILE5_05~229 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=834c2dab89100590cdf1ee1b51b915509a244ca9;p=file oops forgot to commit the EFTYPE removal. --- diff --git a/src/readcdf.c b/src/readcdf.c index da1b3897..76300419 100644 --- a/src/readcdf.c +++ b/src/readcdf.c @@ -26,7 +26,7 @@ #include "file.h" #ifndef lint -FILE_RCSID("@(#)$File: readcdf.c,v 1.13 2009/02/23 20:44:47 christos Exp $") +FILE_RCSID("@(#)$File: readcdf.c,v 1.14 2009/02/25 14:01:25 christos Exp $") #endif #include @@ -129,7 +129,6 @@ cdf_file_property_info(struct magic_set *ms, const cdf_property_info_t *info, case CDF_CLIPBOARD: break; default: - errno = EFTYPE; return -1; } }