X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/80214df235164884f49a9fc12d7a34138a21a44c..f2f2f7bf756f928fa8c45a1e3eee11a670828cd8:/src/terraserver.c diff --git a/src/terraserver.c b/src/terraserver.c index 4499dbfd..f740a0f2 100644 --- a/src/terraserver.c +++ b/src/terraserver.c @@ -41,7 +41,7 @@ static int terraserver_urban_download ( MapCoord *src, const gchar *dest_fn ); static void terraserver_mapcoord_to_center_coord ( MapCoord *src, VikCoord *dest ); -static DownloadOptions terraserver_options = { 0 }; +static DownloadOptions terraserver_options = { NULL, 0 }; void terraserver_init () { VikMapsLayer_MapType map_type_1 = { 2, 200, 200, VIK_VIEWPORT_DRAWMODE_UTM, terraserver_topo_coord_to_mapcoord, terraserver_mapcoord_to_center_coord, terraserver_topo_download };