From: Christos Zoulas Date: Mon, 23 Nov 2015 21:20:50 +0000 (+0000) Subject: PR/498: Add Workbook for Excel X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=374315b8a9890bc7e3360df14f05d3cb60b353fe;p=file PR/498: Add Workbook for Excel --- diff --git a/src/readcdf.c b/src/readcdf.c index 99d8ec01..2ff61bfb 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.53 2015/04/09 20:01:41 christos Exp $") +FILE_RCSID("@(#)$File: readcdf.c,v 1.54 2015/11/23 21:20:50 christos Exp $") #endif #include @@ -60,6 +60,7 @@ static const struct nv { { "Windows Installer", "vnd.ms-msi", }, { NULL, NULL, }, }, name2mime[] = { + { "Workbook", "vnd.ms-excel", }, { "WordDocument", "msword", }, { "PowerPoint", "vnd.ms-powerpoint", }, { "DigitalSignature", "vnd.ms-msi", },