Ignore:
File:
1 edited

Legend:

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

    r850fd32 rb752a31  
    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.