From 143aa718e5958b9c7b539657d02c476a43270dad Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 4 May 2009 17:58:27 +0000 Subject: Space trimmage mega-diff. --- client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client.c') diff --git a/client.c b/client.c index 15c29349..681dfee8 100644 --- a/client.c +++ b/client.c @@ -1,4 +1,4 @@ -/* $Id: client.c,v 1.46 2009-03-31 22:20:42 nicm Exp $ */ +/* $Id: client.c,v 1.47 2009-05-04 17:58:25 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -150,7 +150,7 @@ client_main(struct client_ctx *cctx) client_handle_winch(cctx); if (sigcont) { siginit(); - client_write_server(cctx, MSG_WAKEUP, NULL, 0); + client_write_server(cctx, MSG_WAKEUP, NULL, 0); sigcont = 0; } -- cgit