From 27fb33e8b7540befb0aad0ec1e439de8753888b2 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Tue, 9 Oct 2001 19:19:21 +0000 Subject: - More
to
fixes --- sapi/tux/php_tux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sapi/tux/php_tux.c') diff --git a/sapi/tux/php_tux.c b/sapi/tux/php_tux.c index 48fb84c86e..ef98903517 100644 --- a/sapi/tux/php_tux.c +++ b/sapi/tux/php_tux.c @@ -342,7 +342,7 @@ static void *separate_thread(void *bla) fd = (int) bla; while (i++ < 5) { - send(fd, "test
\n", 9, 0); + send(fd, "test
\n", 9, 0); sleep(1); } -- cgit v1.2.1