aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/mpm/range.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/mpm/range.cc')
-rw-r--r--src/cmd/mpm/range.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/mpm/range.cc b/src/cmd/mpm/range.cc
index 988dff2f..829cb8c4 100644
--- a/src/cmd/mpm/range.cc
+++ b/src/cmd/mpm/range.cc
@@ -304,7 +304,7 @@ static void markbreak(slug *p)
{
// Mark impermissible breakpoints in BS's.
// The parm field of a VBOX is >0 if we shouldn't break after it.
- int parm; // how many lines must stay on page
+ int parm = 0; // how many lines must stay on page
int goahead = 1; // true until we see the next BS
int nowmark = 0; // true when we should be marking
int n = 0;