summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1995-12-06 07:34:49 +0000
committerDavid Greenman <dg@FreeBSD.org>1995-12-06 07:34:49 +0000
commit0ee0bd83319ac84fbbc7bd6eda1a6166c4784cf8 (patch)
tree068f25e662bf5f1b9d116b2a174c4a0911d4b697
parent4cb03b1b55d58c37fe046413710e19f174ca4bf2 (diff)
Notes
-rw-r--r--usr.bin/msgs/msgs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/msgs/msgs.c b/usr.bin/msgs/msgs.c
index 6f2a3a47334d..be1b4074c0ab 100644
--- a/usr.bin/msgs/msgs.c
+++ b/usr.bin/msgs/msgs.c
@@ -153,7 +153,7 @@ int argc; char *argv[];
bool newrc, already;
int rcfirst = 0; /* first message to print (from .rc) */
int rcback = 0; /* amount to back off of rcfirst */
- int firstmsg, nextmsg, lastmsg = 0;
+ int firstmsg = 0, nextmsg = 0, lastmsg = 0;
int blast = 0;
FILE *bounds;