changeset 1118:4d364429af83

[project @ 1995-02-15 21:54:34 by jwe]
author jwe
date Wed, 15 Feb 1995 21:54:34 +0000
parents c35ab9f94604
children 69a277ede9ae
files src/help.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/help.cc	Wed Feb 15 21:51:32 1995 +0000
+++ b/src/help.cc	Wed Feb 15 21:54:34 1995 +0000
@@ -338,7 +338,7 @@
 	    << h << "\n";
 
 	  if (! just_usage)
-	    additional_help_message (output_buf)
+	    additional_help_message (output_buf);
 	  output_buf << ends;
 	  maybe_page_output (output_buf);
 	}