[PATCH] include/platform.h: Remove extra #endif introduced in 6df9612.

Ari Sundholm ari at tuxera.com
Thu Dec 17 18:43:12 UTC 2015


It causes the compilation to fail.

Signed-off-by: Ari Sundholm <ari at tuxera.com>
---
 include/platform.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/platform.h b/include/platform.h
index 026ebbe..c987d41 100644
--- a/include/platform.h
+++ b/include/platform.h
@@ -489,7 +489,6 @@ typedef unsigned smalluint;
 # else
    /* ANDROID >= 21 has standard dprintf */
 # endif
-# endif
 # if __ANDROID_API__ < 21
 #  undef HAVE_TTYNAME_R
 #  undef HAVE_GETLINE
-- 
1.9.1




More information about the busybox mailing list