summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-04-01 04:21:12 -0400
committerEric S. Raymond <esr@thyrsus.com>2015-04-01 04:21:12 -0400
commit0eb3a85ceb4ed9a70697a952e6f10d7b1e9d29f1 (patch)
tree49a51b74924ffa9084477ce036ce489709d03a64 /libgpsd_core.c
parent27421a355f42c6303cae74a861a86f5c96d29d18 (diff)
downloadgpsd-0eb3a85ceb4ed9a70697a952e6f10d7b1e9d29f1.tar.gz
Increase consistency of names. No code changes.
Diffstat (limited to 'libgpsd_core.c')
-rw-r--r--libgpsd_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgpsd_core.c b/libgpsd_core.c
index 183f4f1f..306bca13 100644
--- a/libgpsd_core.c
+++ b/libgpsd_core.c
@@ -1648,7 +1648,7 @@ void ntp_latch(struct gps_device_t *device, struct timedelta_t *td)
#ifdef PPS_ENABLE
/* thread-safe update */
- pps_thread_fix_in(&device->pps_thread, td);
+ pps_thread_fixin(&device->pps_thread, td);
#endif /* PPS_ENABLE */
}
#endif /* NTP_ENABLE */