summaryrefslogtreecommitdiffstats
path: root/client.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-10-04 19:03:52 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-10-04 19:03:52 +0000
commit1f9a8e70d90265de8a3e1b0a981d3ef5b1352e52 (patch)
tree018210dd36bc8ec617921a75f2928aff488327e5 /client.c
parent418fb3938d2e8da39a4776d01ff3f65aca2c686f (diff)
Incomplete resize support.
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 835c77fe..889ebf20 100644
--- a/client.c
+++ b/client.c
@@ -1,4 +1,4 @@
-/* $Id: client.c,v 1.12 2007-10-04 11:52:02 nicm Exp $ */
+/* $Id: client.c,v 1.13 2007-10-04 19:03:51 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -175,7 +175,7 @@ client_main(struct client_ctx *cctx)
if (error != NULL) {
if (*error == '\0') {
- printf("[exited]\n", error);
+ printf("[exited]\n");
return (0);
}
printf("[error: %s]\n", error);