silly switch style fix

This commit is contained in:
Denis Vlasenko 2006-09-27 19:51:06 +00:00
parent 94d5d82bd8
commit c16bd212e3
8 changed files with 10 additions and 10 deletions

View file

@ -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: