reorder include <sys/types.h> and <sys/types.h>.
[oweals/busybox.git] / miscutils / strings.c
index d0a0924215724f999effbce761bc5ce2317c8def..111aa94ba0f0bc4675d4bea162edf0fead205bba 100644 (file)
@@ -99,9 +99,9 @@ PIPE:
                        status=EXIT_FAILURE;
                }
        } while ( --argc > 0 );
-#ifdef CONFIG_FEATURE_CLEAN_UP 
-       free(string);
-#endif
+
+       if (ENABLE_FEATURE_CLEAN_UP) free(string);
+
        bb_fflush_stdout_and_exit(status);
 }