From: Karel Zak Date: Wed, 31 Aug 2016 13:51:03 +0000 (+0200) Subject: libsmartcols: use SCOLS_FL_RIGHT in sample X-Git-Tag: v2.29-rc1~82 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b54439cbadaf77ff96baf43c83670dbe7395f95b;p=thirdparty%2Futil-linux.git libsmartcols: use SCOLS_FL_RIGHT in sample Signed-off-by: Karel Zak --- 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--) {