Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/exfat/exfat.c

    r1b20da0 ra35b458  
    8282                return -1;
    8383        }
    84        
     84
    8585        rc = fs_register(vfs_sess, &exfat_vfs_info, &exfat_ops, &exfat_libfs_ops);
    8686        if (rc != EOK) {
     
    8888                goto err;
    8989        }
    90        
     90
    9191        printf(NAME ": Accepting connections\n");
    9292        task_retval(0);
Note: See TracChangeset for help on using the changeset viewer.