summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMichael R Sweet <michaelrsweet@gmail.com>2017-05-31 08:50:47 -0400
committerMichael R Sweet <michaelrsweet@gmail.com>2017-05-31 08:50:47 -0400
commit4cfbd5f897d652cc1c788e7acc65cba3c73ee8e8 (patch)
tree28ef5ae97f2510bfd8f46296bbc13bc5ea026d1d /conf
parent82c719981be3efd7719b5ddc6e687b209fd0310c (diff)
downloadcups-4cfbd5f897d652cc1c788e7acc65cba3c73ee8e8.tar.gz
Fix typo in mime.types file.
Diffstat (limited to 'conf')
-rw-r--r--conf/mime.types4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/mime.types b/conf/mime.types
index 1c50f16a6..2e5c6daca 100644
--- a/conf/mime.types
+++ b/conf/mime.types
@@ -5,7 +5,7 @@
# VERSIONS OF CUPS. Instead, create a "local.types" file that
# reflects your local configuration changes.
#
-# Copyright 2007-2016 by Apple Inc.
+# Copyright 2007-2017 by Apple Inc.
# Copyright 1997-2007 by Easy Software Products.
#
# These coded instructions, statements, and computer programs are the
@@ -131,7 +131,7 @@ application/x-shell sh printable(0,1024) + string(0,#!) +\
contains(2,80,/sh) contains(2,80,/zsh))
application/x-csource c cxx cpp cc C h hpp \
printable(0,1024) + ! css + \
- (string(0,/*) string(0,//)
+ (string(0,/*) string(0,//) \
string(0,#include) contains(0,1024,<0a>#include) \
string(0,#define) contains(0,1024,<0a>#define))
text/html html htm printable(0,1024) +\