]> git.street.me.uk Git - andy/viking.git/commitdiff
Fixing minor typo which caused crashes for me recently, unknown why it didn't crash...
authorEvan Battaglia <gtoevan@gmx.net>
Sat, 20 Oct 2007 18:08:34 +0000 (18:08 +0000)
committerEvan Battaglia <gtoevan@gmx.net>
Sat, 20 Oct 2007 18:08:34 +0000 (18:08 +0000)
ChangeLog
src/vikdemlayer.c

index 2616f5bdc701210d02913a508f18253a271485fc..79d8f3396e039c1648bfc23a73a26aab59d9d7aa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-10-20
+Evan Battaglia <gtoevan@gmx.net>
+       * Fixing minor typo in vikdemlayer.c which could cause crashes
+
 2007-10-20
 Quy Tonthat <qtonthat@gmail.com>:
        * Track Properties Dialog no longer blocks interaction of the main
index 63814556b0a5773efcefb9316fbd641b18892b71..eab3054e08d7ee9dc5397b92b0dbd6f63890bf4e 100644 (file)
@@ -82,6 +82,7 @@ static gchar *params_source[] = {
        "USA 10m (USGS 24k)",
 #endif
         "None",
+       NULL
        };
 
 enum { DEM_SOURCE_SRTM,