---
 src/terraservermapsource.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/terraservermapsource.c b/src/terraservermapsource.c
index 7fdbbf6..7fb9472 100644
--- a/src/terraservermapsource.c
+++ b/src/terraservermapsource.c
@@ -34,7 +34,7 @@ static void * _download_handle_init ( VikMapSource *self );
 static void _download_handle_cleanup ( VikMapSource *self, void *handle );
 
 /* FIXME Huge gruik */
-static DownloadOptions terraserver_options = { NULL, 0, a_check_map_file };
+static DownloadOptions terraserver_options = { 0, NULL, 0, a_check_map_file };
 
 typedef struct _TerraserverMapSourcePrivate TerraserverMapSourcePrivate;
 struct _TerraserverMapSourcePrivate
-- 
1.7.1


------------------------------------------------------------------------------

_______________________________________________
Viking-devel mailing list
Viking-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/viking-devel
Viking home page: http://viking.sf.net/

Reply via email to