libbtrfsutil: fix typo in README example

Fix misplaced quote.

Pull-request: #387
Author: er888kh <45465346+er888kh@users.noreply.github.com>
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
er888kh 2021-07-22 16:18:34 +04:30 committed by David Sterba
parent d302bf5b34
commit f9979f9dd6
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ enum btrfs_util_err err;
err = btrfs_util_sync("/");
if (err)
fprintf("stderr, %s: %m\n", btrfs_util_strerror(err));
fprintf(stderr, "%s: %m\n", btrfs_util_strerror(err));
```
In the Python bindings, functions may raise a `BtrfsUtilError`, which is a