]> git.street.me.uk Git - andy/viking.git/blobdiff - src/osm.c
Add referer to DownloadOptions
[andy/viking.git] / src / osm.c
index b49ec948b48734cc475577e3bd7ddceb44c7a968..5fd04697511ad7162013db4e64469e31b226f05c 100644 (file)
--- 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 () {