]> mj.ucw.cz Git - xsv.git/commitdiff
FIXME considered unworthy
authorMartin Mares <mj@ucw.cz>
Tue, 24 Jul 2012 14:01:56 +0000 (16:01 +0200)
committerMartin Mares <mj@ucw.cz>
Tue, 24 Jul 2012 14:01:56 +0000 (16:01 +0200)
xsv.c

diff --git a/xsv.c b/xsv.c
index 32da50480651ecd4d78968e7820a18e628020ebc..352771aff28e38f8e455e08ecacbd10b3e90830e 100644 (file)
--- a/xsv.c
+++ b/xsv.c
@@ -461,7 +461,7 @@ static void table_write_grid(struct format *fmt, int pos UNUSED)
 
        for (int i = 0; i < intarray_count(&column_widths); i++) {
                putchar_unlocked('+');
-               int w = fmt->table_sep + *intarray_nth(&column_widths, i);      // FIXME: Avoid the *
+               int w = fmt->table_sep + *intarray_nth(&column_widths, i);
                while (w--)
                        putchar('-');
        }