From d25a2645f5273e70616abe73e6ac1adda5016532 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 5 Sep 2006 09:36:19 +0000 Subject: xfunc: fix: && -> &. Also nuked two double semicolons... --- console-tools/setlogcons.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'console-tools') diff --git a/console-tools/setlogcons.c b/console-tools/setlogcons.c index 6667eb622..9d1ef5492 100644 --- a/console-tools/setlogcons.c +++ b/console-tools/setlogcons.c @@ -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; } -- cgit v1.2.3