summaryrefslogtreecommitdiff
path: root/net_ntrip.c
diff options
context:
space:
mode:
Diffstat (limited to 'net_ntrip.c')
-rw-r--r--net_ntrip.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net_ntrip.c b/net_ntrip.c
index 8dfff51f..100fe012 100644
--- a/net_ntrip.c
+++ b/net_ntrip.c
@@ -359,6 +359,7 @@ static int ntrip_auth_encode(const struct ntrip_stream_t *stream,
return 0;
}
+/* *INDENT-OFF* */
/*@ -nullpass @*//* work around a splint bug */
static int ntrip_stream_open(const char *caster, const char *port,
/*@null@*/ const char *auth,
@@ -429,6 +430,7 @@ static int ntrip_stream_open(const char *caster, const char *port,
(void)close(context->dsock);
return -1;
}
+/* *INDENT-ON* */
/*@ +nullpass @*/