From e31d12f25d6d1cf99510faed2d8aa7020d4bb830 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Wed, 25 Oct 2017 12:32:20 -0500 Subject: [PATCH] Fix typo in header guard. --- include/boost/predef/os/android.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/predef/os/android.h b/include/boost/predef/os/android.h index 00836e7..125dbde 100644 --- a/include/boost/predef/os/android.h +++ b/include/boost/predef/os/android.h @@ -5,8 +5,8 @@ Distributed under the Boost Software License, Version 1.0. http://www.boost.org/LICENSE_1_0.txt) */ -#ifndef BOOST_PREDEF_OS_ADROID_H -#define BOOST_PREDEF_OS_ADROID_H +#ifndef BOOST_PREDEF_OS_ANDROID_H +#define BOOST_PREDEF_OS_ANDROID_H #include #include