]> git.street.me.uk Git - andy/viking.git/blobdiff - src/vikdemlayer.c
[QA] Rename DownloadMapOptions --> DownloadFileOptions
[andy/viking.git] / src / vikdemlayer.c
index a894e0ab31127be3c08f3e934bf068ad06b03f36..392fd1feb960064a9e1613c61eeac29412c66abe 100644 (file)
@@ -957,7 +957,7 @@ static void srtm_dem_download_thread ( DEMDownloadParams *p, gpointer threaddata
                (intlon >= 0) ? 'E' : 'W',
                ABS(intlon) );
 
-  static DownloadMapOptions options = { FALSE, FALSE, NULL, 0, a_check_map_file, NULL, NULL };
+  static DownloadFileOptions options = { FALSE, FALSE, NULL, 0, a_check_map_file, NULL, NULL };
   DownloadResult_t result = a_http_download_get_url ( SRTM_HTTP_SITE, src_fn, p->dest, &options, NULL );
   switch ( result ) {
     case DOWNLOAD_CONTENT_ERROR: