--- truecrypt/common/xml.c 2018/04/24 16:46:28 1.1.1.4 +++ truecrypt/common/xml.c 2018/04/24 16:57:23 1.1.1.8 @@ -1,7 +1,7 @@ /* - Copyright (c) TrueCrypt Foundation. All rights reserved. + Copyright (c) 2005 TrueCrypt Foundation. All rights reserved. - Covered by the TrueCrypt License 2.2 the full text of which is contained + Governed by the TrueCrypt License 2.6 the full text of which is contained in the file License.txt included in TrueCrypt binary and source code distribution packages. */ @@ -209,7 +209,7 @@ char *XmlQuoteText (char *textSrc, char int XmlWriteHeader (FILE *file) { - return fputs ("\n", file); + return fputs ("\n", file); }