Minor fixes

This commit is contained in:
Michel Machado 2014-12-23 11:12:37 -03:00
parent da939f2d7d
commit f8797d8b7c
2 changed files with 2 additions and 1 deletions

2
README
View File

@ -16,7 +16,7 @@ NOTES:
help to port them, or find someone that can port them for you.
If you do port the software, please send me a patch to help others.
- Currently, f3probe and f3brew are experimental.
- f3proble and f3brew require version 1 of the library libudev to compile.
- f3probe and f3brew require version 1 of the library libudev to compile.
On Ubuntu, you can install this library with the following command:
sudo apt-get install libudev1 libudev-dev

View File

@ -177,4 +177,5 @@ int main(void)
write_and_read_blocks(dev, first_block, last_block);
free_device(dev);
return 0;
}