aboutsummaryrefslogtreecommitdiff
path: root/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'client.c')
-rw-r--r--client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/client.c b/client.c
index 0ea9c5bb..3593cc58 100644
--- a/client.c
+++ b/client.c
@@ -1,4 +1,4 @@
-/* $Id: client.c,v 1.4 2007-09-26 18:50:49 nicm Exp $ */
+/* $Id: client.c,v 1.5 2007-09-26 19:09:30 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -165,7 +165,7 @@ client_main(struct client_ctx *cctx)
/* XXX Output flushed; pause if required. */
if (n)
usleep(750000);
- /* XXX XXX special return code for pause */
+ /* XXX XXX special return code for pause? or flag in cctx? */
if ((n = client_process_local(cctx, &error)) == -1)
break;
if ((n = client_msg_dispatch(cctx, &error)) == -1)