From 5269dd341cd137829f110a77ccd91d1b7185549c Mon Sep 17 00:00:00 2001 From: brian Date: Mon, 27 Dec 1999 11:54:57 +0000 Subject: Add a bunch of `const's and fix a typo. Submitted by: Rich Neswold --- usr.sbin/ppp/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/ppp/log.c') diff --git a/usr.sbin/ppp/log.c b/usr.sbin/ppp/log.c index 2756a32..5fdcdf6 100644 --- a/usr.sbin/ppp/log.c +++ b/usr.sbin/ppp/log.c @@ -42,7 +42,7 @@ #include "descriptor.h" #include "prompt.h" -static const char *LogNames[] = { +static const char * const LogNames[] = { "Async", "CBCP", "CCP", -- cgit v1.1