| summaryrefslogtreecommitdiff |
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2020-01-07 11:25:43 +0100 |
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2020-01-07 11:25:43 +0100 |
| commit | 272e335b057dce34304d17074a81d3e3d0cde175 (patch) | |
| tree | 40675a7019db9b249655293ed9d91ac1eb6d5f66 /src/client.c | |
| parent | 99fc3898606bf9bc2a732facffc1a6fe6bfcf3a2 (diff) | |
...
Diffstat (limited to 'src/client.c')
| -rw-r--r-- | src/client.c | 2 |
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) |


