From: Karel Zak Date: Thu, 18 May 2017 13:10:04 +0000 (+0200) Subject: zramctl: add mising line terminator X-Git-Tag: v2.30-rc2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=699ad3a1de80c5fcc9dede8ec600d09047316326;p=thirdparty%2Futil-linux.git zramctl: add mising line terminator Signed-off-by: Karel Zak --- diff --git a/sys-utils/zramctl.c b/sys-utils/zramctl.c index 4ae4742dd2..7286d88774 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")); } }