diff options
Diffstat (limited to 'dxr3.c')
-rw-r--r-- | dxr3.c | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * -* $Id: dxr3.c,v 1.1.2.6 2005/04/18 19:26:22 scop Exp $ +* $Id: dxr3.c,v 1.1.2.7 2005/04/18 19:29:09 scop Exp $ */ @@ -196,3 +196,9 @@ cOsdObject* cPluginDxr3::MainMenuAction() } VDRPLUGINCREATOR(cPluginDxr3); // Don't touch this! + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: |