Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/isa/isa.c

    ree3f6f6 r9e470c0  
    355355
    356356        /* Get the name part of the rest of the line. */
    357         str_tok(line, ":", NULL);
     357        strtok(line, ":");
    358358        return line;
    359359}
Note: See TracChangeset for help on using the changeset viewer.