summaryrefslogtreecommitdiff
path: root/ppscheck.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2016-08-09 18:33:56 -0700
committerGary E. Miller <gem@rellim.com>2016-08-09 18:34:40 -0700
commit71ca59c4b97f577328d0eec4b9ff6a1948ce7644 (patch)
treef09e7403dc41867e71448123b95fe4357da1c1ba /ppscheck.c
parent1a940a8c8e75f98d1366f86ba6801ff10a14e480 (diff)
downloadgpsd-71ca59c4b97f577328d0eec4b9ff6a1948ce7644.tar.gz
oWhoops, don't fix the fix. Plus an off-by one.
Eric already fixed this.
Diffstat (limited to 'ppscheck.c')
-rw-r--r--ppscheck.c2
1 files changed, 1 insertions, 1 deletions
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"},