xz: Fix -Wunused-label in io_sandbox_enter().

Thanks to Xin Li for recommending the fix.
This commit is contained in:
Jia Tan 2023-03-07 20:02:22 +08:00
parent 5fb9367866
commit 01587dda2a
1 changed files with 2 additions and 2 deletions

View File

@ -243,9 +243,9 @@ capsicum_error:
sandbox_allowed = false;
return;
}
#endif
#else
error:
#endif
message_fatal(_("Failed to enable the sandbox"));
}
#endif // ENABLE_SANDBOX