Skip to content

Commit

Permalink
Remove superfluous break, fixes #48
Browse files Browse the repository at this point in the history
Thanks to dcooper16 for spotting this one.
  • Loading branch information
PeterMosmans committed Mar 30, 2017
1 parent 2622e9b commit 0a4848d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/s_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -2199,7 +2199,6 @@ int MAIN(int argc, char **argv)
write_ssl = 1;
read_tty = 0;
}
break;
}

ret = 0;
Expand Down

0 comments on commit 0a4848d

Please sign in to comment.