Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/display-cfg/main.c

    r90ba06c r14cbf07  
    7878
    7979        rc = display_cfg_open(dcfg, DISPCFG_DEFAULT);
    80         if (rc != EOK) {
    81                 display_cfg_destroy(dcfg);
    82                 printf("Error opening display configuration service '%s'.\n",
    83                     DISPCFG_DEFAULT);
     80        if (rc != EOK)
    8481                return 1;
    85         }
    8682
    8783        rc = display_cfg_populate(dcfg);
    88         if (rc != EOK) {
    89                 display_cfg_destroy(dcfg);
    90                 printf("Error reading display configuration.\n");
     84        if (rc != EOK)
    9185                return 1;
    92         }
    9386
    9487        ui_run(dcfg->ui);
Note: See TracChangeset for help on using the changeset viewer.