From 6c0e72e9768fa4db7ae86b95c97a763925708d5e Mon Sep 17 00:00:00 2001 From: Alex Larsson Date: Thu, 10 Jan 2002 00:00:20 +0000 Subject: Use white background in the generated pages for info. 2002-01-09 Alex Larsson * info/main.c (main): Use white background in the generated pages for info. --- src/info2html/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/info2html/main.c b/src/info2html/main.c index 5b81e17b..feb1d582 100644 --- a/src/info2html/main.c +++ b/src/info2html/main.c @@ -165,7 +165,7 @@ main(int argc, const char **argv) work_line_number = 0; /* hack, just send to stdout for now */ - fprintf(stdout, "\n"); + fprintf(stdout, "\n"); /* big loop to identify sections of info files */ /* NEW PLAN - format on the fly */ -- cgit v1.2.1