aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAri Sundholm <ari@tuxera.com>2015-12-17 20:43:12 +0200
committerMike Frysinger <vapier@gentoo.org>2015-12-17 15:54:04 -0500
commitb50525124228b566ccfd5c6df0647988bb2d2d3a (patch)
tree8c3ae895e0a058cafd7768dce3914b238c115102
parent6df961257d584714c5690b1f4197c677e4f832ec (diff)
downloadbusybox-w32-b50525124228b566ccfd5c6df0647988bb2d2d3a.tar.gz
busybox-w32-b50525124228b566ccfd5c6df0647988bb2d2d3a.tar.bz2
busybox-w32-b50525124228b566ccfd5c6df0647988bb2d2d3a.zip
include/platform.h: Remove extra #endif introduced in 6df9612.
It causes the compilation to fail. Signed-off-by: Ari Sundholm <ari@tuxera.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r--include/platform.h1
1 files changed, 0 insertions, 1 deletions
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;
489# else 489# else
490 /* ANDROID >= 21 has standard dprintf */ 490 /* ANDROID >= 21 has standard dprintf */
491# endif 491# endif
492# endif
493# if __ANDROID_API__ < 21 492# if __ANDROID_API__ < 21
494# undef HAVE_TTYNAME_R 493# undef HAVE_TTYNAME_R
495# undef HAVE_GETLINE 494# undef HAVE_GETLINE