From 71ca59c4b97f577328d0eec4b9ff6a1948ce7644 Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Tue, 9 Aug 2016 18:33:56 -0700 Subject: oWhoops, don't fix the fix. Plus an off-by one. Eric already fixed this. --- ppscheck.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ppscheck.c') diff --git a/ppscheck.c b/ppscheck.c index 440a0c2a..122cbbf7 100644 --- a/ppscheck.c +++ b/ppscheck.c @@ -55,7 +55,7 @@ struct assoc { * context "DCE" is the GPS. {CD,RI,CTS,DSR} is the * entire set of these. */ -const struct assoc hlines[] = { +static const struct assoc hlines[] = { {TIOCM_CD, "TIOCM_CD"}, {TIOCM_RI, "TIOCM_RI"}, {TIOCM_DSR, "TIOCM_DSR"}, -- cgit v1.2.1