mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
xz: Fix -Wunused-label in io_sandbox_enter().
Thanks to Xin Li for recommending the fix.
This commit is contained in:
parent
5fb9367866
commit
01587dda2a
1 changed files with 2 additions and 2 deletions
|
@ -243,9 +243,9 @@ capsicum_error:
|
||||||
sandbox_allowed = false;
|
sandbox_allowed = false;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
#endif
|
#else
|
||||||
|
|
||||||
error:
|
error:
|
||||||
|
#endif
|
||||||
message_fatal(_("Failed to enable the sandbox"));
|
message_fatal(_("Failed to enable the sandbox"));
|
||||||
}
|
}
|
||||||
#endif // ENABLE_SANDBOX
|
#endif // ENABLE_SANDBOX
|
||||||
|
|
Loading…
Reference in a new issue