summaryrefslogtreecommitdiffstats
path: root/client.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-09-26 19:09:30 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-09-26 19:09:30 +0000
commit2a3e209ccedd5d737e6a778481e54ca042f3ab5f (patch)
tree48d11524eab2631544bdcfee6d0bec83bc887843 /client.c
parentab718378cb58280b3790ae18895cc0359f36d357 (diff)
Extend op string and add potential for a single alias.
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)