summaryrefslogtreecommitdiff
path: root/sirfmon.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-07-30 20:01:50 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-07-30 20:01:50 +0000
commit5aca304f09fff4ece64062bc242a1536bcf8b8ca (patch)
tree4067c650ad3924765cf2c3aad8c0004aa643fbcb /sirfmon.c
parent8fac5a6cc7f47441072556c8401880826240ab7b (diff)
downloadgpsd-5aca304f09fff4ece64062bc242a1536bcf8b8ca.tar.gz
More splint cleanup.
Diffstat (limited to 'sirfmon.c')
-rw-r--r--sirfmon.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sirfmon.c b/sirfmon.c
index 6707706f..e5b11f4b 100644
--- a/sirfmon.c
+++ b/sirfmon.c
@@ -920,6 +920,7 @@ int main (int argc, char **argv)
gmt_offset = (int)tzoffset();
+ /*@ -branchstate @*/
while ((option = getopt(argc, argv, "F:vh")) != -1) {
switch (option) {
case 'F':
@@ -933,6 +934,7 @@ int main (int argc, char **argv)
exit(1);
}
}
+ /*@ +branchstate @*/
/*@ -nullpass -branchstate @*/
if (optind < argc) {
arg = strdup(argv[optind]);