]> 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 da1b38978c3a5a87802ca07c55efa8f6b3e7be3b..76300419d7c457829cb3457118828440a7ff9904 100644 (file)
@@ -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 <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;
                }
        }