summaryrefslogtreecommitdiffstats
path: root/libvideoeditor
diff options
context:
space:
mode:
authorsynergydev <synergye@codefi.re>2013-10-18 19:20:59 -0700
committersynergydev <synergye@codefi.re>2013-10-18 19:22:18 -0700
commit6e2884495babd1163c0eed1b9233c81c2dae1fb8 (patch)
tree3791d970dc0420e6a6d89177af1fc25bf103c321 /libvideoeditor
parentab70649e2b0ea3d917242814417ec5711f4cb811 (diff)
downloadframeworks_av-6e2884495babd1163c0eed1b9233c81c2dae1fb8.zip
frameworks_av-6e2884495babd1163c0eed1b9233c81c2dae1fb8.tar.gz
frameworks_av-6e2884495babd1163c0eed1b9233c81c2dae1fb8.tar.bz2
libvideoeditor: fix M4OSA_Clock header guard
CLOCK was mispelled as CLOCH Change-Id: Ie7163fc8723d7a5b9df113f55a4a550e5465d9b5
Diffstat (limited to 'libvideoeditor')
-rwxr-xr-xlibvideoeditor/osal/inc/M4OSA_Clock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvideoeditor/osal/inc/M4OSA_Clock.h b/libvideoeditor/osal/inc/M4OSA_Clock.h
index db753a5..52ea696 100755
--- a/libvideoeditor/osal/inc/M4OSA_Clock.h
+++ b/libvideoeditor/osal/inc/M4OSA_Clock.h
@@ -21,7 +21,7 @@
************************************************************************
*/
-#ifndef M4OSA_CLOCH_H
+#ifndef M4OSA_CLOCK_H
#define M4OSA_CLOCK_H
#include "M4OSA_Types.h"