summaryrefslogtreecommitdiff
path: root/gpsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'gpsd.c')
-rw-r--r--gpsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsd.c b/gpsd.c
index c6458298..036e41f5 100644
--- a/gpsd.c
+++ b/gpsd.c
@@ -1623,7 +1623,7 @@ int main(int argc, char *argv[])
/* pass the current RTCM correction to the GPS if new */
if (channel->device_type)
- rtcm2_relay(channel);
+ rtcm_relay(channel);
/* get data from the device */
changed = 0;