From 0eb3a85ceb4ed9a70697a952e6f10d7b1e9d29f1 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 1 Apr 2015 04:21:12 -0400 Subject: Increase consistency of names. No code changes. --- libgpsd_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgpsd_core.c') 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 */ -- cgit v1.2.1