Ignore:
File:
1 edited

Legend:

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

    r1b20da0 ra35b458  
    7979{
    8080        inbox_entry *next = NULL;
    81        
     81
    8282        list_foreach(inb_list, link, inbox_entry, e) {
    8383                int cmp = str_cmp(e->name, name);
Note: See TracChangeset for help on using the changeset viewer.