summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/pr/pr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/pr/pr.c b/usr.bin/pr/pr.c
index 8a544054663..840c601dbc6 100644
--- a/usr.bin/pr/pr.c
+++ b/usr.bin/pr/pr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pr.c,v 1.29 2010/08/17 21:37:11 jasper Exp $ */
+/* $OpenBSD: pr.c,v 1.30 2010/08/25 18:20:11 chl Exp $ */
/*-
* Copyright (c) 1991 Keith Muller.
@@ -186,7 +186,7 @@ onecol(int argc, char *argv[])
char *nbuf;
char *hbuf = NULL;
char *ohbuf;
- FILE *inf;
+ FILE *inf = NULL;
char *fname;
int mor;
int error = 1;