From: 👻 Date: Tue, 11 Dec 2018 18:38:05 +0000 (-0500) Subject: [ucdn] Fix header X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9f3a51ddb952e1281f9a656fde7193c3e3b8dad2;p=platform%2Fupstream%2FlibHarfBuzzSharp.git [ucdn] Fix header Fixes https://github.com/harfbuzz/harfbuzz/issues/1470 --- diff --git a/src/hb-ucdn/ucdn.h b/src/hb-ucdn/ucdn.h index 9b0f9d4..05d46d2 100644 --- a/src/hb-ucdn/ucdn.h +++ b/src/hb-ucdn/ucdn.h @@ -456,8 +456,6 @@ int ucdn_compat_decompose(uint32_t code, uint32_t *decomposed); */ int ucdn_compose(uint32_t *code, uint32_t a, uint32_t b); -#ifdef __cplusplus -} -#endif +HB_END_HEADER #endif