]> granicus.if.org Git - file/commitdiff
oops forgot to commit the EFTYPE removal.
authorChristos Zoulas <christos@zoulas.com>
Wed, 25 Feb 2009 14:01:25 +0000 (14:01 +0000)
committerChristos Zoulas <christos@zoulas.com>
Wed, 25 Feb 2009 14:01:25 +0000 (14:01 +0000)
src/readcdf.c

index 803b9ebfd91384eeba170c158619a50752272f93..e19b09c4c577155cdd3ec38f5951945290e330b9 100644 (file)
@@ -26,7 +26,7 @@
 #include "file.h"
 
 #ifndef lint
-FILE_RCSID("@(#)$File: readcdf.c,v 1.12 2009/02/13 18:46:48 christos Exp $")
+FILE_RCSID("@(#)$File: readcdf.c,v 1.13 2009/02/23 20:44:47 christos Exp $")
 #endif
 
 #include <stdlib.h>
@@ -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;
                }
        }