aboutsummaryrefslogtreecommitdiffstats
path: root/src/terminal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/terminal.c')
-rw-r--r--src/terminal.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/terminal.c b/src/terminal.c
index ab048fd..9a3290e 100644
--- a/src/terminal.c
+++ b/src/terminal.c
@@ -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;