1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

Merge pull request #41 from BenQoo/beta

Add Missing Right Curly Bracket
This commit is contained in:
Gabor Kiss-Vamosi 2017-10-17 10:23:53 +02:00 committed by GitHub
commit c9b1d0c75f

4
lvgl.h
View File

@ -82,4 +82,8 @@ extern "C" {
* MACROS * MACROS
**********************/ **********************/
#ifdef __cplusplus
}
#endif #endif
#endif /*LVGL_H*/