Changes in uspace/app/mkfat/mkfat.c [79ae36dd:991f645] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/mkfat/mkfat.c
r79ae36dd r991f645 144 144 } 145 145 146 rc = block_init( EXCHANGE_SERIALIZE,handle, 2048);146 rc = block_init(handle, 2048); 147 147 if (rc != EOK) { 148 148 printf(NAME ": Error initializing libblock.\n");
Note:
See TracChangeset
for help on using the changeset viewer.