summaryrefslogtreecommitdiffstats
path: root/sys-utils/zramctl.c
diff options
context:
space:
mode:
authorKarel Zak2017-05-18 15:10:04 +0200
committerKarel Zak2017-05-18 15:10:04 +0200
commit699ad3a1de80c5fcc9dede8ec600d09047316326 (patch)
tree0b1a31fe4341c65ce2e4d1cd2115fff138febfc2 /sys-utils/zramctl.c
parentmisc: consolidate smartcols error messages (diff)
downloadkernel-qcow2-util-linux-699ad3a1de80c5fcc9dede8ec600d09047316326.tar.gz
kernel-qcow2-util-linux-699ad3a1de80c5fcc9dede8ec600d09047316326.tar.xz
kernel-qcow2-util-linux-699ad3a1de80c5fcc9dede8ec600d09047316326.zip
zramctl: add mising line terminator
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/zramctl.c')
-rw-r--r--sys-utils/zramctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/zramctl.c b/sys-utils/zramctl.c
index 4ae4742dd..7286d8877 100644
--- a/sys-utils/zramctl.c
+++ b/sys-utils/zramctl.c
@@ -472,7 +472,7 @@ static void fill_table_row(struct libscols_table *tb, struct zram *z)
break;
}
if (str && scols_line_refer_data(ln, i, str))
- err(EXIT_FAILURE, _("failed to add output data"))
+ err(EXIT_FAILURE, _("failed to add output data"));
}
}