aboutsummaryrefslogtreecommitdiff
path: root/src/xz/coder.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xz/coder.c')
-rw-r--r--src/xz/coder.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xz/coder.c b/src/xz/coder.c
index 143fd99a..2ba64694 100644
--- a/src/xz/coder.c
+++ b/src/xz/coder.c
@@ -222,7 +222,8 @@ coder_add_block_filters(const char *str, size_t slot)
}
-static void lzma_attribute((__noreturn__))
+tuklib_attr_noreturn
+static void
memlimit_too_small(uint64_t memory_usage)
{
message(V_ERROR, _("Memory usage limit is too low for the given "