summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.c')
-rw-r--r--src/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.c b/src/client.c
index c4c1148..0b84fe7 100644
--- a/src/client.c
+++ b/src/client.c
@@ -125,7 +125,7 @@ static int send_commands
(
i++;
((j > 0) && (i < argc));
- j++, i--
+ j--, i++
)
{
if (fputc(' ', socket) == EOF)