remove stray semicolons (by Cristian Ionescu-Idbohrn)

This commit is contained in:
Denis Vlasenko
2008-05-15 19:44:46 +00:00
parent b81f97bbd2
commit 43d5d429fd
2 changed files with 2 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ int fakeidentd_main(int argc ATTRIBUTE_UNUSED, char **argv)
strncpy(bogouser, argv[optind], sizeof(bogouser));
/* Daemonize if no -f and no -i and no -w */
if (!(opt & OPT_fiw));
if (!(opt & OPT_fiw))
bb_daemonize_or_rexec(0, argv);
/* Where to log in inetd modes? "Classic" inetd