diff options
author | corvid <devnull@localhost> | 2014-12-21 21:27:57 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2014-12-21 21:27:57 +0000 |
commit | a614ea631d34d5c6273bfdaeea6a79ce2eb366a1 (patch) | |
tree | f0cc568eadbc5b50c53ea9489f30c23e0f3960fb /src/cache.c | |
parent | 5eb74aa36fd7d0448ac740c2a35fd6d485c27aba (diff) |
more (and indentation in one spot)
Diffstat (limited to 'src/cache.c')
-rw-r--r-- | src/cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cache.c b/src/cache.c index 17ddbc25..ee424c58 100644 --- a/src/cache.c +++ b/src/cache.c @@ -498,7 +498,7 @@ const char *a_Cache_set_content_type(const DilloUrl *url, const char *ctype, _MSG("a_Cache_set_content_type {%s} {%s}\n", ctype, URL_STR(url)); curr = Cache_current_content_type(entry); - if (entry->TypeMeta || (*from == 'h' && entry->TypeHdr) ) { + if (entry->TypeMeta || (*from == 'h' && entry->TypeHdr) ) { /* Type is already been set. Do nothing. * BTW, META overrides TypeHdr */ } else { |