diff mcabber/src/utils.c @ 1241:3a4018f18bdf

Cosmetics
author Mikael Berthe <mikael@lilotux.net>
date Sat, 16 Jun 2007 19:41:09 +0200
parents 75aee46d3aee
children 382ec54b584e
line wrap: on
line diff
--- a/mcabber/src/utils.c	Sat Jun 16 17:48:37 2007 +0200
+++ b/mcabber/src/utils.c	Sat Jun 16 19:41:09 2007 +0200
@@ -105,8 +105,7 @@
   }
   fchmod(fileno(fp), S_IRUSR|S_IWUSR);
 
-  fprintf(fp, "New trace log started.\n"
-	  "----------------------\n");
+  fprintf(fp, "New trace log started.\n----------------------\n");
   fclose(fp);
 }