From bb4e34003cf14f5187b1ffdc57bbbe3c016398e2 Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Tue, 8 Sep 2015 20:04:41 +0300 Subject: Uemis downloader: don't use unknown type u_int32_t Signed-off-by: Lubomir I. Ivanov Signed-off-by: Dirk Hohndel --- uemis-downloader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uemis-downloader.c') diff --git a/uemis-downloader.c b/uemis-downloader.c index e245c2344..cf2ae592c 100644 --- a/uemis-downloader.c +++ b/uemis-downloader.c @@ -133,7 +133,7 @@ static struct dive *uemis_start_dive(uint32_t deviceid) return dive; } -static struct dive *get_dive_by_uemis_diveid(device_data_t *devdata, u_int32_t object_id) +static struct dive *get_dive_by_uemis_diveid(device_data_t *devdata, uint32_t object_id) { for (int i = 0; i < devdata->download_table->nr; i++) { if (object_id == devdata->download_table->dives[i]->dc.diveid) -- cgit v1.2.3-70-g09d2