From adba69770652177852e875f6255fd9aae8ce8530 Mon Sep 17 00:00:00 2001 From: "Dr. Johann Pfefferl" Date: Sun, 30 May 2010 11:49:46 +0200 Subject: [PATCH] Little format beauty --- gps-tracker.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" ); } -- 1.7.9.5