projects
/
platform
/
core
/
uifw
/
voice-control.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
176ee18
)
fix vc_mgr_tidl header guards typo
88/279288/1
author
ulgal-park
<ulgal.park@samsung.com>
Fri, 5 Aug 2022 06:08:52 +0000
(15:08 +0900)
committer
sooyeon
<sooyeon.kim@samsung.com>
Fri, 5 Aug 2022 06:42:31 +0000
(15:42 +0900)
Change-Id: I983f7144dff58f2d62a78a578c2db0204c5c8d17
client/vc_mgr_tidl.h
patch
|
blob
|
history
diff --git
a/client/vc_mgr_tidl.h
b/client/vc_mgr_tidl.h
index fd91d7f3f62db726de8b4c30bb4e94991cd47b83..8929b1349bcb271c72a6f5a26d2d367bbdc0bea1 100644
(file)
--- 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_ */