summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
authorBeat Bolli <bbolli@ewanet.ch>2012-05-02 21:07:23 +0200
committerEric S. Raymond <esr@thyrsus.com>2012-05-02 15:14:26 -0400
commit2ad65218b2d0764a1e9c862b8fbcbf0b552c0682 (patch)
tree87309c914203db7fdb012c946cbb953aec197164 /gpsd.h-tail
parent81e1dae24a3b0a17ca4ca42839e394ff2e4075e4 (diff)
downloadgpsd-2ad65218b2d0764a1e9c862b8fbcbf0b552c0682.tar.gz
Fix syntax errors.
Introduced in commit 41c1f46fe309e897b9a642beb929626e4171bc20. Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
Diffstat (limited to 'gpsd.h-tail')
-rw-r--r--gpsd.h-tail4
1 files changed, 2 insertions, 2 deletions
diff --git a/gpsd.h-tail b/gpsd.h-tail
index b7f6970f..11089c3a 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -586,8 +586,8 @@ struct gps_device_t {
int mode;
unsigned int mode_valid;
unsigned int idx;
- unsigned size_t ptr;
- unsigned size_t fast_packet_len;
+ size_t ptr;
+ size_t fast_packet_len;
int type;
void *workpgn;
void *pgnlist;