diff options
Diffstat (limited to 'usr.sbin/ppp/mp.c')
-rw-r--r-- | usr.sbin/ppp/mp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/mp.c b/usr.sbin/ppp/mp.c index d68d61e..bdedb63 100644 --- a/usr.sbin/ppp/mp.c +++ b/usr.sbin/ppp/mp.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: mp.c,v 1.6 1998/05/25 02:22:38 brian Exp $ + * $Id: mp.c,v 1.7 1998/06/15 19:06:22 brian Exp $ */ #include <sys/types.h> @@ -710,7 +710,7 @@ mp_ShowStatus(struct cmdargs const *arg) const char * mp_Enddisc(u_char c, const char *address, int len) { - static char result[100]; + static char result[100]; /* Used immediately after it's returned */ int f, header; switch (c) { |