PTPi pushed a commit to branch master
in repository groff.

commit 1c6b5ec5a8e891ca7694689c64fefdb311b2d3d2
Author: Peter Schaffter <pe...@schaffter.ca>
AuthorDate: Thu Jul 17 12:09:18 2025 -0400

    [mom]: fixes savannah #67332 (empty parentheses warning)
---
 contrib/mom/om.tmac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/mom/om.tmac b/contrib/mom/om.tmac
index 2cd536893..09798c909 100644
--- a/contrib/mom/om.tmac
+++ b/contrib/mom/om.tmac
@@ -11116,7 +11116,7 @@ Shimming must be disabled with NO_SHIM before using 
FLEX.
 .             ch RR_ADVANCE_FROM_TOP
 .             if (\\n[.t]-\\n[#HEADING_NEEDS])=1 \
 .                nr #HEADING_NEEDS +1
-.             if \\n[.t]<=\\n[#HEADING_NEEDS] \{\
+.             if \\n[.t]<\\n[#HEADING_NEEDS] \{\
 .                nr #HEADING_DEFERRED 1
 .                sp \\n[.t]u
 .             \}
@@ -11604,7 +11604,7 @@ Shimming must be disabled with NO_SHIM before using 
FLEX.
 .             sp 1
 .             nr nl-2 \\n[nl]
 .             sp -1
-.             if 
(\\n[nl-2]-\\n[nl-1])<(\\*[$HEADING_\\n[#LEVEL]_BASELINE_ADJ]) .sp
+.             if (\\n[nl-2]-\\n[nl-1])<(\\*[$HEAD_\\n[#LEVEL]_BASELINE_ADJ]) 
.sp
 .             rr nl-1
 .             rr nl-2
 .             rr #HEADING_DEFERRED

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

Reply via email to