1
0
Fork 0
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:
Jia Tan 2023-03-07 20:02:22 +08:00
parent 5fb9367866
commit 01587dda2a

View file

@ -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