summaryrefslogtreecommitdiff
path: root/gpspipe.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-08 15:08:51 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-08 15:08:51 -0500
commit38e337f5bc2e78f0dfd1f31ecb3b371dada9ebcc (patch)
treef6fa6eb86bc7dcfc9a6dfb88fac6c9a2529b10b6 /gpspipe.c
parent6bbc84a426b832a918bd37ff30d21610ad427b04 (diff)
downloadgpsd-38e337f5bc2e78f0dfd1f31ecb3b371dada9ebcc.tar.gz
Partial splint cleanup. All regression tests pass.
Diffstat (limited to 'gpspipe.c')
-rw-r--r--gpspipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpspipe.c b/gpspipe.c
index be84829c..fdf7ee7b 100644
--- a/gpspipe.c
+++ b/gpspipe.c
@@ -394,7 +394,7 @@ int main(int argc, char **argv)
}
#endif /* __UNUSED__ */
- /*@i1@*/ exit(0);
+ exit(0);
}
/*@ +compdestroy @*/