From 7a65dca97350593b930cbfff170a0dd79ea8021c Mon Sep 17 00:00:00 2001 From: BenQoo <29389982+BenQoo@users.noreply.github.com> Date: Tue, 17 Oct 2017 15:30:40 +0800 Subject: [PATCH] Add missing right curly bracket. --- lvgl.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lvgl.h b/lvgl.h index ef7144498..ffe50cb64 100644 --- a/lvgl.h +++ b/lvgl.h @@ -82,4 +82,8 @@ extern "C" { * MACROS **********************/ +#ifdef __cplusplus +} #endif + +#endif /*LVGL_H*/