Skip to content

Commit

Permalink
[iec][fuji] disk_image_umount()
Browse files Browse the repository at this point in the history
  • Loading branch information
tschak909 committed Jul 1, 2023
1 parent 323163f commit df635a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/device/iec/fuji.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -758,10 +758,10 @@ void iecFuji::disk_image_umount()
else
{
// Send error
response_queue.push("error: invalid device slot\r");
response = "invalid device slot";
return;
}
response_queue.push("ok\r");
response = "ok";
}

// Disk Image Rotate
Expand Down

0 comments on commit df635a3

Please sign in to comment.