summaryrefslogtreecommitdiff
path: root/gpsutils.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-01-21 12:56:08 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-01-21 12:56:08 -0500
commita61e28529df634963c0967e59aae673f8fc7741e (patch)
tree2c8e5c9ed1ff63870f8a94bd33ecd08a9825caa7 /gpsutils.c
parentf351f5981604338db80e2b2864b7dcb818e7fc61 (diff)
downloadgpsd-a61e28529df634963c0967e59aae673f8fc7741e.tar.gz
Easy splint cleanups. All regression tests pass.
Diffstat (limited to 'gpsutils.c')
-rw-r--r--gpsutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsutils.c b/gpsutils.c
index eb70e179..65d428af 100644
--- a/gpsutils.c
+++ b/gpsutils.c
@@ -360,7 +360,7 @@ timestamp_t iso8601_to_unix( /*@in@*/ char *isotime)
* suggests timezone is being set improperly (off by an hour).
* Also timezon is not available at all on some BSDs.
*/
- return (timestamp_t)timegm(&tm) + usec;
+ /*@i1@*/return (timestamp_t)timegm(&tm) + usec;
#else
double usec = 0;