Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/corecfg/corecfg.c

    r184b600 rb7fd2a0  
    5050{
    5151        bool enable;
    52         int rc;
     52        errno_t rc;
    5353
    5454        rc = corecfg_get_enable(&enable);
     
    6565int main(int argc, char *argv[])
    6666{
    67         int rc;
     67        errno_t rc;
    6868
    6969        rc = corecfg_init();
Note: See TracChangeset for help on using the changeset viewer.