Switch to unified view

a/src/upmpd.cxx b/src/upmpd.cxx
...
...
274
    if (argc != 0)
274
    if (argc != 0)
275
        Usage();
275
        Usage();
276
276
277
    UpMpd::Options opts;
277
    UpMpd::Options opts;
278
278
279
    string iconpath;
280
    string cachedir;
279
    string cachedir;
281
    string onstart;
280
    string onstart;
282
    string onstop;
281
    string onstop;
283
    if (!g_configfilename.empty()) {
282
    if (!g_configfilename.empty()) {
284
        ConfSimple config(g_configfilename.c_str(), 1, true);
283
        ConfSimple config(g_configfilename.c_str(), 1, true);