Switch to unified view

a/src/internfile/mimehandler.cpp b/src/internfile/mimehandler.cpp
...
...
286
    }
286
    }
287
    }
287
    }
288
288
289
out:
289
out:
290
    if (h) {
290
    if (h) {
291
  string charset = cfg->getDefCharset();
292
    h->set_property(Dijon::Filter::DEFAULT_CHARSET, charset);
291
    h->set_property(Dijon::Filter::DEFAULT_CHARSET, cfg->getDefCharset());
293
    }
292
    }
294
    return h;
293
    return h;
295
}
294
}
296
295
297
/// Can this mime type be interned (according to config) ?
296
/// Can this mime type be interned (according to config) ?