X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/108889308bdc1f0a1e3329f68ce89fbe14112cbd..a31889935875a7d1d32c8dae2d6218d7938167f8:/src/osm.c diff --git a/src/osm.c b/src/osm.c index b49ec948..5fd04697 100644 --- a/src/osm.c +++ b/src/osm.c @@ -38,7 +38,7 @@ static int osm_maplint_download ( MapCoord *src, const gchar *dest_fn ); static int osm_mapnik_download ( MapCoord *src, const gchar *dest_fn ); static int osm_osmarender_download ( MapCoord *src, const gchar *dest_fn ); -static DownloadOptions osm_options = { 1 }; +static DownloadOptions osm_options = { 1, NULL }; /* initialisation */ void osm_init () {