diff --git a/README b/README index ec8a7ac..d776df7 100644 --- a/README +++ b/README @@ -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 diff --git a/f3brew.c b/f3brew.c index b01953a..bd42f29 100644 --- a/f3brew.c +++ b/f3brew.c @@ -177,4 +177,5 @@ int main(void) write_and_read_blocks(dev, first_block, last_block); free_device(dev); + return 0; }