Little format beauty
[gps-tracker] / gps-tracker.c
index 69247c3..aef6a55 100644 (file)
@@ -64,7 +64,8 @@ static void write_gpx_header(FILE *fp)
       "xsi:schemaLocation=\"http://www.topografix.com/GPX/1/0 http://www.topografix.com/GPX/1/0/gpx.xsd\">\n"
       "<trk>\n"
       "<name>gps-tracker</name>\n"
-      "<desc>This is a track recorded by 'GPS Træcker' on Maemo</desc>\n<trkseg>\n"
+      "<desc>This is a track recorded by 'GPS Træcker' on Maemo</desc>\n"
+      "<trkseg>\n"
       );
 }