fix misplaced #if
authorDenis Vlasenko <vda.linux@googlemail.com>
Wed, 11 Apr 2007 07:26:56 +0000 (07:26 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Wed, 11 Apr 2007 07:26:56 +0000 (07:26 -0000)
libbb/vfork_daemon_rexec.c

index 281ead4..ce5a627 100644 (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