summaryrefslogtreecommitdiff
path: root/src/roff/troff/env.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/roff/troff/env.cc')
-rw-r--r--src/roff/troff/env.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/roff/troff/env.cc b/src/roff/troff/env.cc
index b4f65117..56f357c9 100644
--- a/src/roff/troff/env.cc
+++ b/src/roff/troff/env.cc
@@ -2016,7 +2016,7 @@ void environment::final_break()
* add_html_tag_eol - add an end of line tag if appropriate.
*/
-void environment::add_html_tag_eol(void)
+void environment::add_html_tag_eol()
{
if (is_html) {
if (ignore_next_eol > 0)
@@ -2096,7 +2096,7 @@ void environment::add_html_tag(const char *name, int i)
* add_html_tag_tabs - emits the tab settings for post-grohtml
*/
-void environment::add_html_tag_tabs(void)
+void environment::add_html_tag_tabs()
{
if (is_html) {
/*