aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;
}