summaryrefslogtreecommitdiff
path: root/sources.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 /sources.c
parente1eb84db4908465b44a5ed685c62912a694607a6 (diff)
downloadvdr-56f1b1b741f45feefd499c8f3a4343734d72debd.tar.gz
vdr-56f1b1b741f45feefd499c8f3a4343734d72debd.tar.bz2
Some code cleanup
Diffstat (limited to 'sources.c')
-rw-r--r--sources.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sources.c b/sources.c
index 2f08debd..65002a5a 100644
--- a/sources.c
+++ b/sources.c
@@ -4,13 +4,13 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: sources.c 1.3 2004/12/26 11:58:52 kls Exp $
+ * $Id: sources.c 1.4 2008/02/10 14:07:26 kls Exp $
*/
#include "sources.h"
#include <ctype.h>
-// -- cSource ----------------------------------------------------------------
+// --- cSource ---------------------------------------------------------------
cSource::cSource(void)
{
@@ -101,7 +101,7 @@ int cSource::FromData(eSourceType SourceType, int Position, bool East)
return code;
}
-// -- cSources ---------------------------------------------------------------
+// --- cSources --------------------------------------------------------------
cSources Sources;