From: Dr. Johann Pfefferl Date: Sun, 30 May 2010 09:49:46 +0000 (+0200) Subject: Little format beauty X-Git-Tag: release-1.0-9~2 X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=adba69770652177852e875f6255fd9aae8ce8530;hp=cc741e9ffac3c9c9b1fcea5d530105805713f4ad;p=gps-tracker Little format beauty --- diff --git a/gps-tracker.c b/gps-tracker.c index 69247c3..aef6a55 100644 --- a/gps-tracker.c +++ b/gps-tracker.c @@ -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" "\n" "gps-tracker\n" - "This is a track recorded by 'GPS Træcker' on Maemo\n\n" + "This is a track recorded by 'GPS Træcker' on Maemo\n" + "\n" ); }