mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-04-01 00:00:03 +03:00
Trivial build fix.
This commit is contained in:
parent
dc405a8f94
commit
1407bb0c2a
@ -312,7 +312,7 @@ int main(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 'u':
|
case 'u':
|
||||||
if (uuid_parse(optarg, sb->set_uuid)) {
|
if (uuid_parse(optarg, set_uuid)) {
|
||||||
printf("Bad uuid\n");
|
printf("Bad uuid\n");
|
||||||
exit(EXIT_FAILURE);
|
exit(EXIT_FAILURE);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user