fix misplaced #if

This commit is contained in:
Denis Vlasenko 2007-04-11 07:26:56 +00:00
parent 473dae080a
commit d571c08c25

View File

@ -102,8 +102,8 @@ int wait_pid(int *wstat, int pid)
int spawn_and_wait(char **argv)
{
#if ENABLE_FEATURE_PREFER_APPLETS
int rc;
#if ENABLE_FEATURE_PREFER_APPLETS
const struct bb_applet *a = find_applet_by_name(argv[0]);
if (a && (a->nofork