xfunc: fix: && -> &. Also nuked two double semicolons...
This commit is contained in:
@ -25,7 +25,7 @@ extern int setlogcons_main(int argc, char **argv)
|
||||
arg.subarg = atoi(argv[1]);
|
||||
|
||||
if (ioctl(xopen(VC_1, O_RDONLY), TIOCLINUX, &arg))
|
||||
bb_perror_msg_and_die("TIOCLINUX");;
|
||||
bb_perror_msg_and_die("TIOCLINUX");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user