summaryrefslogtreecommitdiff
path: root/dxr3colormanager.c
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3colormanager.c')
-rw-r--r--dxr3colormanager.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/dxr3colormanager.c b/dxr3colormanager.c
index 0bddb60..d403d6c 100644
--- a/dxr3colormanager.c
+++ b/dxr3colormanager.c
@@ -353,3 +353,9 @@ bool xSection::HasColor(unsigned int color, unsigned char &ColorIndex)
}
return(false);
}
+
+// Local variables:
+// mode: c++
+// c-file-style: "stroustrup"
+// indent-tabs-mode: t
+// End: