silly switch style fix
This commit is contained in:
parent
94d5d82bd8
commit
c16bd212e3
8 changed files with 10 additions and 10 deletions
|
@ -388,7 +388,7 @@ read_response:
|
|||
s = strchr(target.user, ':');
|
||||
if (s)
|
||||
*(s++) = '\0';
|
||||
switch(ftpcmd("USER ", target.user, sfp, buf)) {
|
||||
switch (ftpcmd("USER ", target.user, sfp, buf)) {
|
||||
case 230:
|
||||
break;
|
||||
case 331:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue