summaryrefslogtreecommitdiffstats
path: root/usr.bin/doscmd/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/doscmd/debug.c')
-rw-r--r--usr.bin/doscmd/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/doscmd/debug.c b/usr.bin/doscmd/debug.c
index b68f690..bbae145 100644
--- a/usr.bin/doscmd/debug.c
+++ b/usr.bin/doscmd/debug.c
@@ -41,7 +41,7 @@
#include "tty.h"
/* debug output goes here */
-FILE *debugf = stderr;
+FILE *debugf;
/* see doscmd.h for flag names */
int debug_flags = D_ALWAYS;
OpenPOWER on IntegriCloud