From: ulgal-park Date: Fri, 5 Aug 2022 06:08:52 +0000 (+0900) Subject: fix vc_mgr_tidl header guards typo X-Git-Tag: submit/tizen/20220826.042422~3^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1a74c5ca5821e6449c301b47932aa98baab54790;p=platform%2Fcore%2Fuifw%2Fvoice-control.git fix vc_mgr_tidl header guards typo Change-Id: I983f7144dff58f2d62a78a578c2db0204c5c8d17 --- diff --git a/client/vc_mgr_tidl.h b/client/vc_mgr_tidl.h index fd91d7f..8929b13 100644 --- a/client/vc_mgr_tidl.h +++ b/client/vc_mgr_tidl.h @@ -15,8 +15,8 @@ */ -#ifndef __VC_TIDL_H_ -#define __VC_TIDL_H_ +#ifndef __VC_MGR_TIDL_H_ +#define __VC_MGR_TIDL_H_ #include "voice_control_manager_internal.h" @@ -82,4 +82,4 @@ int vc_mgr_tidl_request_set_audio_streaming_mode(int pid, vc_audio_streaming_mod } #endif -#endif /* __VC_TIDL_H_ */ +#endif /* __VC_MGR_TIDL_H_ */