changeset 12881:7e45ccd91e58

[gaim-migrate @ 15233] It seems like we should have a newline at the end of HTML logs. It's late and this is untested, but I can't imagine what it would break. (Yeah, yeah, famous last words.) committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 15 Jan 2006 07:43:09 +0000
parents bad785371fa5
children e1603fd610fa
files src/log.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/log.c	Sun Jan 15 05:50:28 2006 +0000
+++ b/src/log.c	Sun Jan 15 07:43:09 2006 +0000
@@ -983,7 +983,7 @@
 	GaimLogCommonLoggerData *data = log->logger_data;
 	if (data) {
 		if(data->file) {
-			fprintf(data->file, "</body></html>");
+			fprintf(data->file, "</body></html>\n");
 			fclose(data->file);
 		}
 		g_free(data->path);