gbranden pushed a commit to branch master
in repository groff.

commit 2413ed59c831a3745a80c7738280a9a65c3fe385
Author: G. Branden Robinson <g.branden.robin...@gmail.com>
AuthorDate: Sat Feb 4 00:30:16 2023 -0600

    src/preproc/tbl/table.cpp: Drop junk comment.
    
    ...introduced by me in commit a2d598c9b8, yesterday.
---
 src/preproc/tbl/table.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/preproc/tbl/table.cpp b/src/preproc/tbl/table.cpp
index 53784b11e..e87acebbc 100644
--- a/src/preproc/tbl/table.cpp
+++ b/src/preproc/tbl/table.cpp
@@ -2320,7 +2320,7 @@ void table::compute_column_positions()
   // In nroff mode, compensate for width of vertical rule.
   if (left_separation)
     printfs(".if n .nr %1 +1n\n", column_start_reg(0));
-  int i; // needed after loop
+  int i;
   for (i = 1;; i++) {
     printfs(".nr %1 \\n[%2]+\\n[%3]\n",
            column_end_reg(i-1),

_______________________________________________
Groff-commit mailing list
Groff-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to