Fix:Core:Fixed typo
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sat, 8 Nov 2008 09:58:17 +0000 (09:58 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sat, 8 Nov 2008 09:58:17 +0000 (09:58 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk/navit@1695 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/vehicle.c

index e35368d..f52f9ce 100644 (file)
@@ -66,7 +66,7 @@ vehicle_log_gpx(struct vehicle *this_, struct log *log)
 #ifdef HAVE_GLIB
                GTimeVal time; 
                g_get_current_time(&time); 
-               timep = g_time_val_to_iso8601(&time)
+               timep = g_time_val_to_iso8601(&time);
                sprintf(tbuf, "%s", timep);
                g_free(timep);
                timep = tbuf;