From b54439cbadaf77ff96baf43c83670dbe7395f95b Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 31 Aug 2016 15:51:03 +0200 Subject: [PATCH] libsmartcols: use SCOLS_FL_RIGHT in sample Signed-off-by: Karel Zak --- libsmartcols/samples/maxout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsmartcols/samples/maxout.c b/libsmartcols/samples/maxout.c index 5718870e6b..07a05e13ff 100644 --- a/libsmartcols/samples/maxout.c +++ b/libsmartcols/samples/maxout.c @@ -37,7 +37,7 @@ int main(int argc, char *argv[]) goto done; if (!scols_table_new_column(tb, "FOO", 0, 0)) goto done; - if (!scols_table_new_column(tb, "RIGHT", 0, /*SCOLS_FL_RIGHT*/0 )) + if (!scols_table_new_column(tb, "RIGHT", 0, SCOLS_FL_RIGHT)) goto done; while (nlines--) { -- 2.47.3