Skip to content

Commit

Permalink
Merge pull request #156 from rutsky/patch-1
Browse files Browse the repository at this point in the history
fix typo in comment
  • Loading branch information
schwehr committed Nov 30, 2016
2 parents e35a5ba + 3cfbb02 commit a144d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libais/ais_py.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2695,7 +2695,7 @@ decode(PyObject *self, PyObject *args) {
case ':': // 10 - UTC Query
return ais10_to_pydict(nmea_payload, pad);

// ':' 11 - See 4
// ';' 11 - See 4

case '<': // 12 - ASRM
return ais12_to_pydict(nmea_payload, pad);
Expand Down

0 comments on commit a144d71

Please sign in to comment.