libsmartcols: use SCOLS_FL_RIGHT in sample

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2016-08-31 15:51:03 +02:00
parent 51962c95e3
commit b54439cbad
1 changed files with 1 additions and 1 deletions

View File

@ -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--) {