summaryrefslogtreecommitdiff
path: root/ntpshmread.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2015-03-25 15:36:51 -0700
committerGary E. Miller <gem@rellim.com>2015-03-25 15:36:51 -0700
commitaef73497e29db14b23448b2ae312b20733a01aac (patch)
tree72d6df2c5a0094c63ff17dc037c9d3da354b2944 /ntpshmread.c
parentac3d44a1912795d06bcc2501741c9c3deaba8a0d (diff)
downloadgpsd-aef73497e29db14b23448b2ae312b20733a01aac.tar.gz
Yet more: Line expects to suppress X error, found 0 errors
Diffstat (limited to 'ntpshmread.c')
-rw-r--r--ntpshmread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ntpshmread.c b/ntpshmread.c
index 1282f779..3abe984e 100644
--- a/ntpshmread.c
+++ b/ntpshmread.c
@@ -52,7 +52,7 @@ char *ntp_name(const int unit)
{
static char name[5] = "NTP\0";
- /*@i2@*/name[3] = '0' + (char)unit;
+ name[3] = '0' + (char)unit;
return name;
}