Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/sbi/src/os/helenos.c

    rd5c1051 r1c635d6  
    155155        size_t offset;
    156156        int i;
    157         wchar_t c = 0;
     157        wchar_t c;
    158158
    159159        if (index < 0)
     
    252252        task_wait_t twait;
    253253        task_exit_t texit;
    254         int rc;
    255         int retval;
     254        int rc, retval;
    256255
    257256        rc = task_spawnv(&tid, &twait, cmd[0], (char const * const *) cmd);
Note: See TracChangeset for help on using the changeset viewer.