summaryrefslogtreecommitdiff
path: root/gpspacket.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-06-14 11:47:17 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-06-14 11:47:17 -0400
commit6d3452b088042bcb6deb9521efa53dd0f9a029cd (patch)
treed57f54ddcbf9e437d4edd61850fe019091309a28 /gpspacket.c
parent2b5e4c8468af993a1baae5afca651b611e9f4b19 (diff)
downloadgpsd-6d3452b088042bcb6deb9521efa53dd0f9a029cd.tar.gz
Typo fix.
Diffstat (limited to 'gpspacket.c')
-rw-r--r--gpspacket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpspacket.c b/gpspacket.c
index 39c620b1..427af487 100644
--- a/gpspacket.c
+++ b/gpspacket.c
@@ -268,7 +268,7 @@ initpacket(void)
PyModule_AddIntConstant(m, "GARMIN_PACKET", GARMIN_PACKET);
PyModule_AddIntConstant(m, "NAVCOM_PACKET", NAVCOM_PACKET);
PyModule_AddIntConstant(m, "UBX_PACKET", UBX_PACKET);
- PyModule_AddIntConstant(m, "SUPERSTAR_PACKET", SUPERSTAR_PACKET);
+ PyModule_AddIntConstant(m, "SUPERSTAR2_PACKET", SUPERSTAR2_PACKET);
PyModule_AddIntConstant(m, "ONCORE_PACKET", ONCORE_PACKET);
PyModule_AddIntConstant(m, "GEOSTAR_PACKET", GEOSTAR_PACKET);
PyModule_AddIntConstant(m, "RTCM2_PACKET", RTCM2_PACKET);