diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-09-18 09:33:40 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-09-18 09:33:40 +0200 |
commit | cfc1903408cc121ef6e6e9f16e14099f7d4150bb (patch) | |
tree | 2643c0d6408383433352fac6c18f0a0eeaf214f1 /sections.c | |
parent | e7d98d2ee679e9f4b0f5581ddbf62465523fba09 (diff) | |
download | vdr-cfc1903408cc121ef6e6e9f16e14099f7d4150bb.tar.gz vdr-cfc1903408cc121ef6e6e9f16e14099f7d4150bb.tar.bz2 |
Fixed a typo
Diffstat (limited to 'sections.c')
-rw-r--r-- | sections.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: sections.c 1.13 2005/08/14 10:54:39 kls Exp $ + * $Id: sections.c 1.14 2005/09/18 09:33:40 kls Exp $ */ #include "sections.h" @@ -40,7 +40,7 @@ public: // --- cSectionHandler ------------------------------------------------------- cSectionHandler::cSectionHandler(cDevice *Device) -:cThread("Section handler") +:cThread("section handler") { shp = new cSectionHandlerPrivate; device = Device; |