Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/vfs/canonify.c

    rb752a31 r850fd32  
    9999        while (cur->stop[i] && cur->stop[i] != '/')
    100100                i++;
    101 
     101       
    102102        ret.kind = TK_COMP;
    103103        ret.start = &cur->stop[1];
Note: See TracChangeset for help on using the changeset viewer.