codestyle: removed extra line

pull/10/head
Maximilian 2015-10-14 10:32:55 +02:00
parent e00c34b286
commit fa8f1d4306
1 changed files with 0 additions and 1 deletions

View File

@ -177,7 +177,6 @@ int main(int argc, char **argv)
if (send_open)
printf("ignoring -o, due to listen-only option -l\n");
} else if (send_open) {
sprintf(buf, "O\r");
write(fd, buf, strlen(buf));