chiark / gitweb /
*** empty log message ***
[sympathy.git] / src / terminal.c
index ab048fdd75d5d87f4b8936fb97375e1d6c513f6d..9a3290eeee645e81057f6e326ce84ceaa732b8a3 100644 (file)
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
 
 /*
  * $Log$
+ * Revision 1.9  2008/02/15 03:32:07  james
+ * *** empty log message ***
+ *
  * Revision 1.8  2008/02/14 10:39:14  james
  * *** empty log message ***
  *
@@ -251,7 +254,7 @@ terminal_open (int rfd, int wfd)
 
   t = (TERMINAL *) malloc (sizeof (TERMINAL));
 
-  strcpy(t->name,"terminal");
+  strcpy (t->name, "terminal");
   t->rfd = rfd;
   t->wfd = wfd;