Skip to content

Commit

Permalink
fix:vehicle:gpsd:minor comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoan committed Oct 13, 2020
1 parent 903a7e5 commit 5b06924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion navit/vehicle/gpsd/vehicle_gpsd.c
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ vehicle_gpsd_callback(struct gps_data_t *data, const char *buf, size_t len,
priv->status = data->fix.status;
#else
priv->status = data->status;
#endif // GPSD_API_MAJOR_VERSION >= 9
#endif // GPSD_API_MAJOR_VERSION >= 10

data->set &= ~STATUS_SET;
}
Expand Down

0 comments on commit 5b06924

Please sign in to comment.