From 46166b22694245c968e12ab1cfbba3283396dc51 Mon Sep 17 00:00:00 2001 From: Wonnam Jang Date: Tue, 27 Mar 2018 16:47:40 +0900 Subject: [PATCH] Remove duplicated group closure Change-Id: I76629d95b5cba5226ea5880732677c9be09c7be0 Signed-off-by: Wonnam Jang --- include/tts.h | 2 +- include/tts_internal.h | 2 +- include/ttse.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/tts.h b/include/tts.h index db987d8..878ef1b 100644 --- a/include/tts.h +++ b/include/tts.h @@ -826,7 +826,7 @@ int tts_unset_engine_changed_cb(tts_h tts); /** - * @}@} + * @} */ diff --git a/include/tts_internal.h b/include/tts_internal.h index 9e9a9da..12f0a04 100644 --- a/include/tts_internal.h +++ b/include/tts_internal.h @@ -144,7 +144,7 @@ int tts_prepare_sync(tts_h tts); #endif /** - * @}@} + * @} */ #endif /* __TTS_INTERNAL_H__ */ diff --git a/include/ttse.h b/include/ttse.h index 43081fb..a9e5e7b 100755 --- a/include/ttse.h +++ b/include/ttse.h @@ -614,7 +614,7 @@ int ttse_set_private_data_requested_cb(ttse_private_data_requested_cb callback_f /** - * @}@} + * @} */ -- 2.7.4