aboutsummaryrefslogtreecommitdiffstats
path: root/uemis-downloader.c
diff options
context:
space:
mode:
Diffstat (limited to 'uemis-downloader.c')
-rw-r--r--uemis-downloader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uemis-downloader.c b/uemis-downloader.c
index f5467e854..c9d57acfb 100644
--- a/uemis-downloader.c
+++ b/uemis-downloader.c
@@ -564,7 +564,7 @@ static void parse_divespot(char *buf)
while (*tag && strcmp(tag, "object_id"));
if (!*tag)
return;
- type = next_token(&bp);
+ next_token(&bp);
val = next_token(&bp);
divespot = atoi(val);
do {