groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 02/04: src/preproc/tbl/table.cpp: Drop junk comment.


From: G. Branden Robinson
Subject: [groff] 02/04: src/preproc/tbl/table.cpp: Drop junk comment.
Date: Sat, 4 Feb 2023 15:21:09 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 2413ed59c831a3745a80c7738280a9a65c3fe385
Author: G. Branden Robinson <g.branden.robinson@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),



reply via email to

[Prev in Thread] Current Thread [Next in Thread]