summaryrefslogtreecommitdiff
path: root/sources.c
diff options
context:
space:
mode:
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 2f08deb..65002a5 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;