From b3ec54b4b4530cb88c5e4009d43c17f26c3e3be1 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 4 Sep 1997 21:47:45 +0000 Subject: (main): Fix typo. --- trans/null.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trans/null.c b/trans/null.c index d00e5ea6..78f3369c 100644 --- a/trans/null.c +++ b/trans/null.c @@ -55,7 +55,7 @@ main (int argc, char **argv) /* Launch. */ ports_manage_port_operations_multithread (fsys->pi.bucket, trivfs_demuxer, -x 2 * 60 * 1000, 0, 0); + 2 * 60 * 1000, 0, 0); exit(0); } -- cgit v1.2.3