From: robertl Date: Fri, 7 Jan 2005 01:18:31 +0000 (+0000) Subject: Fixed dropped NL at END: X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~11^2~3837 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5798194b7c5770f1bba4c9057982b084e603e703;p=gpsbabel.git Fixed dropped NL at END: --- diff --git a/gpsbabel/vcf.c b/gpsbabel/vcf.c index 9c4bcaa70..157796527 100644 --- a/gpsbabel/vcf.c +++ b/gpsbabel/vcf.c @@ -92,7 +92,7 @@ vcf_disp(const waypoint *wpt) fprintf(file_out, "\\n\\nHINT:\\n"); vcf_print(wpt->gc_data.hint); - fprintf(file_out, "END:VCARD\n"); + fprintf(file_out, "\nEND:VCARD\n"); } static void