aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2023-07-27 02:39:34 +0000
committerNIIBE Yutaka <[email protected]>2023-07-27 02:39:34 +0000
commitda48e3cb30be2897b733dbc9db271bfa166fd260 (patch)
tree7f4acc6fd075bd6319c861c27a2c68ee3e67621b
parentbuild: Recover the local change for libtool. (diff)
downloadlibgpg-error-da48e3cb30be2897b733dbc9db271bfa166fd260.tar.gz
libgpg-error-da48e3cb30be2897b733dbc9db271bfa166fd260.zip
yat2m: No additional newline after the end of subsection.
* doc/yat2m.c (proc_texi_buffer): Add 'break' in switch. -- Signed-off-by: NIIBE Yutaka <[email protected]>
-rw-r--r--doc/yat2m.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/yat2m.c b/doc/yat2m.c
index 15f7f76..f1bfbe5 100644
--- a/doc/yat2m.c
+++ b/doc/yat2m.c
@@ -1618,8 +1618,10 @@ proc_texi_buffer (FILE *fp, const char *line, size_t len,
{
case EOL_CLOSE_SUBSECTION:
writestr ("\n\\ \n", "</h3>\n", fp);
+ break;
default:
writechr (*s, fp);
+ break;
}
*eol_action = 0;
}