Slightly fix API return and input types
This commit is contained in:
@@ -264,7 +264,7 @@ struct rm_inode_t
|
||||
{
|
||||
// Error
|
||||
result = (cli_result_t){
|
||||
.err = EIO,
|
||||
.err = EBUSY,
|
||||
.text = "Failed: some blocks were not removed",
|
||||
.data = data,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user