summaryrefslogtreecommitdiffstats
path: root/sys-utils/zramctl.c
diff options
context:
space:
mode:
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"));
}
}