summaryrefslogtreecommitdiff
path: root/lib/report.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/report.c')
-rw-r--r--lib/report.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/report.c b/lib/report.c
index fc732b2..42412a6 100644
--- a/lib/report.c
+++ b/lib/report.c
@@ -1,6 +1,6 @@
/* report.c: showing information to the user online.
-Copyright (C) 1992 Free Software Foundation, Inc.
+Copyright (C) 1992, 2004 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -24,4 +24,4 @@ boolean verbose = false;
/* Where to output the reports. If a particular program uses standard
output for real output, this gets changed to `stderr'. */
-FILE *report_file = stdout;
+FILE *report_file = NULL;