summaryrefslogtreecommitdiff
path: root/src/cache.c
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2010-11-24 19:26:45 +0000
committercorvid <corvid@lavabit.com>2010-11-24 19:26:45 +0000
commit58cb0cbc32a4e464d7f2601a872cc308bf5dd45b (patch)
treefc2519fe9164a6f4eaaa1df1f33ef08a76e174ae /src/cache.c
parent9ca5a62164a183247bb01b63456144f453349c33 (diff)
trim some spaces
Diffstat (limited to 'src/cache.c')
-rw-r--r--src/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cache.c b/src/cache.c
index ec7af67d..ee9f2218 100644
--- a/src/cache.c
+++ b/src/cache.c
@@ -516,7 +516,7 @@ const char *a_Cache_set_content_type(const DilloUrl *url, const char *ctype,
((!major || !*major) && (!minor || !*minor))) {
/* META only gives charset; use detected MIME type too */
entry->TypeNorm = dStrconcat(entry->TypeDet, ctype, NULL);
- } else if (*from == 'm' &&
+ } else if (*from == 'm' &&
!dStrncasecmp(ctype, "text/xhtml", 10)) {
/* WORKAROUND: doxygen uses "text/xhtml" in META */
entry->TypeNorm = dStrdup(entry->TypeDet);