From: Ari Sundholm Date: Thu, 17 Dec 2015 18:43:12 +0000 (+0200) Subject: include/platform.h: Remove extra #endif introduced in 6df9612. X-Git-Tag: 1_25_0~149 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b50525124228b566ccfd5c6df0647988bb2d2d3a;p=oweals%2Fbusybox.git include/platform.h: Remove extra #endif introduced in 6df9612. It causes the compilation to fail. Signed-off-by: Ari Sundholm Signed-off-by: Mike Frysinger --- diff --git a/include/platform.h b/include/platform.h index 026ebbe17..c987d418c 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