summaryrefslogtreecommitdiffstats
path: root/qarsh.c
diff options
context:
space:
mode:
Diffstat (limited to 'qarsh.c')
-rw-r--r--qarsh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qarsh.c b/qarsh.c
index 7a6adef..3dea375 100644
--- a/qarsh.c
+++ b/qarsh.c
@@ -368,7 +368,7 @@ run_remote_cmd(char *cmdline)
if (nset && FD_ISSET(qarsh_fd, &rfds)) {
qp = recv_packet(qarsh_fd);
if (qp == NULL) {
- fprintf(stderr, "recv_packet() returned NULL!\n:");
+ fprintf(stderr, "recv_packet() returned NULL!\n");
break;
}