summaryrefslogtreecommitdiff
path: root/keys.c
diff options
context:
space:
mode:
Diffstat (limited to 'keys.c')
-rw-r--r--keys.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/keys.c b/keys.c
index d123705f..19e12e5e 100644
--- a/keys.c
+++ b/keys.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: keys.c 1.16 2007/09/26 12:35:21 kls Exp $
+ * $Id: keys.c 1.17 2008/02/10 14:08:48 kls Exp $
*/
#include "keys.h"
@@ -70,7 +70,7 @@ static tKey keyTable[] = { // "Up" and "Down" must be the first two keys!
{ kNone, NULL },
};
-// -- cKey -------------------------------------------------------------------
+// --- cKey ------------------------------------------------------------------
cKey::cKey(void)
{
@@ -149,7 +149,7 @@ const char *cKey::ToString(eKeys Key, bool Translate)
return NULL;
}
-// -- cKeys ------------------------------------------------------------------
+// --- cKeys -----------------------------------------------------------------
cKeys Keys;
@@ -194,7 +194,7 @@ void cKeys::PutSetup(const char *Remote, const char *Setup)
esyslog("ERROR: called PutSetup() for %s, but setup has already been defined!", Remote);
}
-// -- cKeyMacro --------------------------------------------------------------
+// --- cKeyMacro -------------------------------------------------------------
cKeyMacro::cKeyMacro(void)
{
@@ -260,7 +260,7 @@ bool cKeyMacro::Parse(char *s)
return true;
}
-// -- cKeyMacros -------------------------------------------------------------
+// --- cKeyMacros ------------------------------------------------------------
cKeyMacros KeyMacros;