summaryrefslogtreecommitdiff
path: root/dxr3interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3interface.c')
-rw-r--r--dxr3interface.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/dxr3interface.c b/dxr3interface.c
index 0ca9d1f..ba5d248 100644
--- a/dxr3interface.c
+++ b/dxr3interface.c
@@ -1390,3 +1390,9 @@ char cDxr3Interface::Dxr3CopyYUVData(int pos, int *dst, int length)
// ==================================
cMutex* cDxr3Interface::m_pMutex = new cMutex;
+
+// Local variables:
+// mode: c++
+// c-file-style: "stroustrup"
+// indent-tabs-mode: t
+// End: