summaryrefslogtreecommitdiff
path: root/keys.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2008-02-10 14:11:47 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2008-02-10 14:11:47 +0100
commit56f1b1b741f45feefd499c8f3a4343734d72debd (patch)
tree41d73b3fe1f8b5c9aa50937463f0f408941e030e /keys.c
parente1eb84db4908465b44a5ed685c62912a694607a6 (diff)
downloadvdr-56f1b1b741f45feefd499c8f3a4343734d72debd.tar.gz
vdr-56f1b1b741f45feefd499c8f3a4343734d72debd.tar.bz2
Some code cleanup
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;