aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c
index af12ee9..8cb6be1 100644
--- a/test/test.c
+++ b/test/test.c
@@ -11,6 +11,9 @@ static char rcsid[] =
/*
* $Log$
+ * Revision 1.6 2008/02/15 23:52:12 james
+ * *** empty log message ***
+ *
* Revision 1.5 2008/02/14 10:34:30 james
* *** empty log message ***
*
@@ -52,7 +55,7 @@ main (int argc, char *argv[])
c.v = vt102_new ();
c.h = history_new (200);
c.l = file_log_new ("log");
- c.k = keydis_vt102_new (&c);
+ c.k = keydis_vt102_new ();
terminal_register_handlers ();
a.terminal = terminal_open (0, 1);